I have a Visual Studio project set to use:
- Platform Toolset: Visual Studio 2010 (v100)
- Use of MFC: Use Standard Windows Libraries
Yet, if I run this on a computer that does not have mfc100.dll, I get an error that this dll is required. (And Dependency Walker confirms this dll is required.) I'm wondering why this dll is required, when "Use of MFC" is set to "Use Standard Windows Libraries"? (It is NOT set to "Use MFC...")
The platform toolset is set to VS 2010 because a commercial library we use does not support VS 2013 yet.