pouët.net

Go to bottom

what packer to use in pc 4K

category: code [glöplog]
 
Another noob question: I tried a quick dummy app which simply creates a window. VC++ 2008 gives me a ~3K exe (I know I may be able to get it smaller but bear with me).

Now I tried UPX and kkrunchy on it. Both gave me a bigger exe (about 5K). So my initial guess is the unpack routines in these two are relatively bigger and more suitable for 64K demos. I may be wrong.

So my question is what exe packer do you guys use for your 4K pc products? Did i miss an option or something on kkrunchy?

Thanks for your help
added on the 2010-01-19 17:53:33 by nightlord nightlord
for 4k the tool of your choice is crinkler. It's used as a replacement for the VC linker for your 4k projects and produces great results.
added on the 2010-01-19 17:56:44 by src src
also : get rid of WinMain (google WinCRTStartup) and most libs that you dont use and configure compiler properly might also help.
see source of my 1k for more details.
added on the 2010-01-19 18:24:12 by Tigrou Tigrou
Also take a look at iq's 1k/4k framework - http://iquilezles.org/www/material/isystem1k4k/isystem1k4k.htm
added on the 2010-01-19 18:28:31 by snoutmate snoutmate
I prefer the soft daily packers myself, but that's just me soft packers
added on the 2010-01-19 18:51:19 by sigflup sigflup
pfft, americans and their sense of humour :(
added on the 2010-01-19 19:10:59 by havoc havoc
*ehem* away from semi-hard 4ks and back to the subject everyone...
added on the 2010-01-19 19:22:20 by sigflup sigflup
no. soft packers rule.
added on the 2010-01-19 19:45:17 by skrebbel skrebbel
BB Image
added on the 2010-01-19 20:28:27 by SiR SiR

login

Go to top