Greets,
In chap1 of BillAikens tutorial,
he says to unCheck the "Symbolic information" checkbox
and then msg "= helloWorld - Debug =" should change to "= helloWorld - Release =".
The msg doesnt change for me, and the
pgm size is still the same:
helloWorld.exe - No error
90459 bytes
And i dont see any checkbox for: packer for executable files – UPX
How can I shut off the debug inEasyCode?
Thanks...vmars316
Hi vmars316,
Open the Project Properties window (by clicking the "Project->Properties" menu) and uncheck the "Add symbolic information" option. Rebuild the project and in the Release folder you will find the executable file without any debugging information.
About the "packer for executable files – UPX", uncheck the "Compress the executable file (Release mode only)" option, which is also in the Project Properties window.
Ramon
Works great, Thanks...vmars