Search found 4 matches
- Sat Sep 06, 2008 8:22 am
- Forum: Latest Release Information
- Topic: [SVN build 698, MFC] Info & Download
- Replies: 32
- Views: 39715
[SVN build 698, MFC] Info & Download
Eevon what are you talking about? Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) is about 4 MB. The same goes for Microsoft Visual C++ 2008 SP1 Redistributable Package (x64). So what's the point of static linking? Is a 4 MB file that big? Indeed. Usually they are quite bigger. But anyw...
- Fri Sep 05, 2008 1:04 pm
- Forum: Latest Release Information
- Topic: [SVN build 698, MFC] Info & Download
- Replies: 32
- Views: 39715
[SVN build 698, MFC] Info & Download
Well, I guess you're right. DLLs and all are suposedly only to be used when having an installer, anything else is too time consuming for the end user. And on top, no one wnats to download the MSVC++2008 SP1 runtime, so I should make it static after all... Â But you WILL have to download the very l...
- Fri Sep 05, 2008 4:19 am
- Forum: Latest Release Information
- Topic: [SVN build 698, MFC] Info & Download
- Replies: 32
- Views: 39715
[SVN build 698, MFC] Info & Download
you can't static link Dx or MSVC files (can you???) Sure you can link staticaly any needed dlls. MSVC projects by default use dynamic linking. That's why they require lots of runtimes to run them. By using static liniking you can avoid such problems once and for all. <blockquote data-ipsquote="...
- Thu Sep 04, 2008 5:33 pm
- Forum: Latest Release Information
- Topic: [SVN build 698, MFC] Info & Download
- Replies: 32
- Views: 39715
[SVN build 698, MFC] Info & Download
Guys, i understand that these are WIP versions of the emu and all, but why don't you use static builds intstead dynamic anymore? There are tons of megabytes needed to be downloaded to use the emu now with only a micro portion of those runtimes really used in the emu. So please, upload ready to use v...