Post Reply 
 
Thread Rating:
  • 23 Votes - 2.96 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Future builds of VBA-M may require the VC10 runtime
Author Message
JRMoore Offline
Junior Member
**

Posts: 7
Joined: May 2010
Reputation: 0
Post: #6
RE: Future builds of VBA-M may require the VC10 runtime
That may be, It was the same with VS2008 as the runtime and standard C++ library were included too (no dependency on msvcr90.dll, msvcp90.dll or mfc90.dll) but runtime and MFC in VS2010 are slightly bigger (same as the other three but 100 instead of 90).

I know some people for small programs link against the system CRT dynamically (no version number in the files) because it's already loaded and shared in memory so they get lower disk footprint, memory usage and startup. But if I recall correctly that's not possible in Visual Studio, nor desirable either for a big program. Those files are meant to be used for system components, they are not as complete/efficient as the ones provided with newer versions of VS.
10-10-2010 10:34 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Future builds of VBA-M may require the VC10 runtime - JRMoore - 10-10-2010 10:34 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: