Nazgulled Posted September 11, 2004 Posted September 11, 2004 Hi, I don't if this is correct but I think that the *.resx files holds data like graphics, icons and that right? So, I have 2 forms in my application, the 2 files together makes a total of 169Kb. My final exe in release mode has 236Kb and 240Kb in debug mode. Isn't that too much? My 2 forms and 1 module (everything I use) makes a total of about 25Kb. So, 236-169=67, 67-25=42. Shouldn't the exe be 42Kb smaller? What/How do you suggest me to reduce the executable file size? Quote
Administrators PlausiblyDamp Posted September 11, 2004 Administrators Posted September 11, 2004 When you compile the application it will generate the code for it - this does not have a direct 1-1 size comparison with the raw source code. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.