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

It's not really of much use when it's embedded in your exe and its not so easy to add

I’m seeing that it’s hard in practice xD
Pb has a wast amount of cypher capabilities. You can cypher the files that go into the zip.skinkairewalker wrote: Fri Dec 19, 2025 5:45 amI’m seeing that it’s hard in practice xD
viewtopic.php?t=87904
I’m trying to embed ezPack into my server code, but I’m having problems. I believe it’s due to my ‘poorly written and beginner’ server code.
Could you tell me what I should do in Procedure ProcessRequest(*req.client) to make reading files with ezPack via memory work?
You have the source for atomic webserver it does it already.skinkairewalker wrote: Fri Dec 19, 2025 5:45 amI’m seeing that it’s hard in practice xD
viewtopic.php?t=87904
I’m trying to embed ezPack into my server code, but I’m having problems. I believe it’s due to my ‘poorly written and beginner’ server code.
Could you tell me what I should do in Procedure ProcessRequest(*req.client) to make reading files with ezPack via memory work?

The only reason I can't use Atomic Web Server 3 right now is that I can't run it on Mac/Linux.
I no longer have a mac to test it on but it was working on linux.skinkairewalker wrote: Mon Dec 22, 2025 9:59 pmThe only reason I can't use Atomic Web Server 3 right now is that I can't run it on Mac/Linux.