Posted: Thu Mar 16, 2006 11:16 pm
@Randy Walker:
about the 30 KB extra bytes to your exe created with v4... possible you are using a lot of text (strings) and compiled the exe by using UniCode for storing your strings?
You can try to compile your source with 3.94 and 4.0 using the /REASM command... This will create an ASM outputfile... you can compare the stuff in the header (commands/libs) that will be linked to your exe... maybe there is any different when comping with v4? just an idea...
about the 30 KB extra bytes to your exe created with v4... possible you are using a lot of text (strings) and compiled the exe by using UniCode for storing your strings?
You can try to compile your source with 3.94 and 4.0 using the /REASM command... This will create an ASM outputfile... you can compare the stuff in the header (commands/libs) that will be linked to your exe... maybe there is any different when comping with v4? just an idea...