|
-
July 17th, 2010, 04:13 PM
#4
Re: MS Visual Studio 2010 and support for Windows 9x and 2000
 Originally Posted by ahmd
2. Then if I do pretty much the same, Win32 console app with MFC and use the following lines:
Code:
CString s;
s.Format(_T("Hello world!\n"));
_tprintf(s);
The size of the Release Unicode x86 build (with statically linked MFC libraries) mushrooms to, get ready for this, 1.54MB!!! Just for those 3 lines of code and a sh*t ton of MFC stuff that will never be used in this project. And obviously it doesn't run on Win2K either.
Did you try that with dynamic linking to MFC? This pretty sure wouldn't run on Win2k either, but I would be interested in the release EXE file size.
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
|