I think I may have fun a bug in the June 20th release. When I compile my newest program I'm making, it doesn't put the binary in "release" like it use to, for some reason it's placing it in "Debug" now.
- edit
I seem to have figured it out, my program is compiling in debug mode somehow, how do I switch it to release mode?
Hi Hades,
In the Project properties (Project->Properties menu option), uncheck the Generate debug information check box. That tells Easy Code to build the release version.
Ramon
Thanks yet again Ramon ;)
You are welcome Hades!