How to change game to app.

Blitz3D Forums/Blitz3D Beginners Area/How to change game to app.

SuperSonic7(Posted 2007) [#1]
How do you change a Blitz game into an application that can run on its own without the blitz program?


GfK(Posted 2007) [#2]
Program>>Build EXE*

* Might be 'Compile EXE' or 'Make EXE' - something like that. Haven't used Blitz3D in two years.


PowerPC603(Posted 2007) [#3]
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).