Creating Executable

BlitzMax Forums/BlitzMax Programming/Creating Executable

BLaBZ(Posted 2010) [#1]
i feel like this is a really stupid question but...

I'm ready to publish my application and I'm not sure if I'm able to create the executable I want.

Everytime I build the application I get a file named MyApp.debug.exe, but I don't a "debug mode" exe. I've disabled debug mode the compiler says
"Linking:MyApp.exe
Executing:MyApp.exe"

Though I can't seem to find MyApp.exe

Any help is appreciated! =D


degac(Posted 2010) [#2]
In the folder where you have saved the source .bmx file you should find the myapp.exe file too.


WERDNA(Posted 2010) [#3]
Also there are multiple kinds of .exe files you can create.

Click the 'Program' tab, and scroll down to build options to see what you can do.
To create a 'Release' version, instead of a 'Debug' one, simply uncheck the Debug Build option.

Hope that helps ;)