User forums > Using Code::Blocks
A simple question, how do i enlarge the exe file after compiling a c file?
j-lee00:
A simple question, how do i enlarge the exe file after compiling a c file?
thomas:
You can use the enlarge tool (see attachment).
Open a DOS window and type enlarge yourprogram.exe. Alternatively, you can run the enlarge tool as a post-build step. To do that, add the command to your project build options.
[attachment deleted by admin]
MortenMacFly:
That's pretty damn cool! 8) I can now convince my boss that I was really hard-working as the new version of my software just grows and grows... Sounds like good times to me...
MortenMacFly:
I found out something other really interesting:
If you want to hide your enlargement of the application you can use upx (http://upx.sourceforge.net/) and do it like this:
First:
enlarge.exe yourapplication.exe
Second:
upx.exe yourapplication.exe
...works really stable for me.
Ceniza:
Just what I've been looking for...
Is there a Linux port of it? Maybe it runs on WINE now that version 1.0 is out... or maybe I should just switch back to Windows...
I can't believe you guys didn't tell me about it before :(
Navigation
[0] Message Index
[#] Next page
Go to full version