PS
Bug:
Code: Select all
CompilerIf #PB_OS_Windows ; always true
; Should be:
CompilerIf #PB_Compiler_OS = #PB_OS_Windows/Resources/examples/3d/Demos/Tank.pb
NOT:
/purebasic/Examples/3D/Demos/Tank.pb
Code: Select all
CompilerIf #PB_OS_Windows ; always true
; Should be:
CompilerIf #PB_Compiler_OS = #PB_OS_WindowsThanks, I've added the changes and added it to github.Piero wrote: Mon Nov 10, 2025 10:19 pm Thanks Idle!
PS
Bug:Also, on Mac:Code: Select all
CompilerIf #PB_OS_Windows ; always true ; Should be: CompilerIf #PB_Compiler_OS = #PB_OS_Windows
/Resources/examples/3d/Demos/Tank.pb
NOT:
/purebasic/Examples/3D/Demos/Tank.pb
Seems all OK now