|
-
Aug 24th, 2007, 10:30 PM
#1
Thread Starter
Frenzied Member
C++ compiling too big.
Well I have both MSVC++ 6 and 2005 and when I compile it seems like its adding a LOT of useless code. I was wondering where the option was that I could change this? because 2 of the same programs 1 in masm32 and 1 in C++ doing the same thing being 42kb difference in size is just ridicules.
-
Aug 25th, 2007, 09:04 PM
#2
Addicted Member
Re: C++ compiling too big.
Create empty project and try release build instead of debug build.
#Appreciate others by rating good posts !!
#The Software Peter Principle is in operation when unwise developers "improve" and "generalize" the software until they themselves can no longer understand it, then the project slowly dies.
#People who are still ignorant of their ignorance are dangerous.
-
Aug 25th, 2007, 10:50 PM
#3
Thread Starter
Frenzied Member
Re: C++ compiling too big.
 Originally Posted by SpS
Create empty project and try release build instead of debug build.
it is a release build... and an empty project to start.
-
Aug 31st, 2007, 06:15 PM
#4
Re: C++ compiling too big.
Yes I can see how 42kb breaks customers monthly download quotas...........
You probably do have a switch set somewhere, which includes a dependency in your executable. Whether that be, a picture, or a DLL.
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|