How do you change a Blitz game into an application that can run on its own without the blitz program?
How to change game to app.
Blitz3D Forums/Blitz3D Beginners Area/How to change game to app. Program>>Build EXE*
* Might be 'Compile EXE' or 'Make EXE' - something like that. Haven't used Blitz3D in two years.
* Might be 'Compile EXE' or 'Make EXE' - something like that. Haven't used Blitz3D in two years.
It's in the menu of the IDE:
Program -> Create executable...
Make sure that "Debug Enabled?" isn't active, or it will run slower (with debug active, extra checks are compiled into the executable for debugging purposes which require extra processor time).
Program -> Create executable...
Make sure that "Debug Enabled?" isn't active, or it will run slower (with debug active, extra checks are compiled into the executable for debugging purposes which require extra processor time).