Search found 9 matches

by tola
Wed Apr 23, 2025 7:49 am
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 35954

Re: PureBasic 6.21 beta 6 is out !



Hi,

Some bugs on 3D : "Terrain.pb", "TerrainBlend.pb", "TerrainPhysic.pb" and "TerrainShadow.pb" don't works.

Some objects even seem to be invisible in the "TerrainPhysic.pb" and "TerrainShadow.pb" scripts !

Thank.


It's always better to open bug report topics, rather than commenting on ...
by tola
Tue Apr 22, 2025 9:40 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 35954

Re: PureBasic 6.21 beta 6 is out !

Hi,

Some bugs on 3D : "Terrain.pb", "TerrainBlend.pb", "TerrainPhysic.pb" and "TerrainShadow.pb" don't works.

Some objects even seem to be invisible in the "TerrainPhysic.pb" and "TerrainShadow.pb" scripts !

Thank.
by tola
Thu Apr 03, 2025 10:04 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 35954

Re: PureBasic 6.21 beta 4 is out !

Hello purebasic team,

When you want to test with PB 6.21 x64 beta 4, the file "TerrainHeight.pb", shydome and showgui doesn't work as expected.

Thank for PB !
by tola
Thu Jan 18, 2024 10:03 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 344
Views: 110907

Re: PureBasic 6.10 beta 2 - Xmas Release - is out !


Same problem with Windows 10 but if you add
WebGadget(1, 00, 00, 00, 00,"https://www.purebasic.fr") before the "repeat", then it works !

Mesa.


Hello,

In fact, the code must be like this ....

Html$ = ~"<button id=\"increment\">Tap me</button>\n"+
~"<div>You tapped <span id=\"count\">0 ...
by tola
Wed Jan 17, 2024 2:54 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 344
Views: 110907

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !



Your WebViewGadget demo above on MX Linux ...

I'm getting Invalid Memory Access on the line:
BindWebViewCallback(0, "increment", @IncrementJS())

:(

I seem to have all the dependencies listed in the INSTALL script. ( I also have my own wrapper for WebView compiled as libwebview.so on the ...
by tola
Tue May 25, 2021 8:33 pm
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 215389

Re: PureBasic 6.00 Alpha 1 released ! Bug on iPDF

Hello,

I use a module PurePdfModule.

When i compile with pbcompilerc.exe i have a syntax error at line "MOV Eax,value".


Procedure.l ipdf_EndianL(value.l) ; Rescator : http://forums.purebasic.com/english/viewtopic.php?p=84270&sid=7f3f06eae02ad44b303655fb722bb0f0#p84270
EnableASM
MOV Eax,value ...
by tola
Fri Mar 20, 2020 3:16 pm
Forum: Linux
Topic: Help installing Purebasic 5.70 on LInux Ubuntu 18.04
Replies: 8
Views: 5074

Re: Help installing Purebasic 5.70 on LInux Ubuntu 18.04

Hi,

Thanks a lot.

It's work for me. 2D and 3D !! GREAT !!

PB5.71 x64 on Ubuntu 18.04 x64 (in virtualbox on a Win10 x64)
by tola
Sun Apr 06, 2014 11:21 pm
Forum: Tricks 'n' Tips
Topic: simple cd/dvd eject/load in win32 (2000/xp/vista/server2003)
Replies: 3
Views: 3477

Re: simple cd/dvd eject/load in win32 (2000/xp/vista/server2

Hello,

I know it's a old post but i see an error in constant values.

"#IOCTL_STORAGE_EJECT_MEDIA = $D4808" is bad ....

"#IOCTL_STORAGE_EJECT_MEDIA = $2D4808" is right and, after, it's work on 7...

good night...