Use Visual Studio 2012 and compile with older platform toolset?

前端 未结 4 1625
逝去的感伤
逝去的感伤 2020-12-01 07:39

The problem

I\'m using Visual Studio 2012 to develop C++ DLLs. On some machines these DLLs can not be loaded, because the platform toolset, which is

4条回答
  •  生来不讨喜
    2020-12-01 08:09

    well it depends what you are trying to build. Some things are maybe supported via installing Windows SDK 7.1. see this post, same question, but if your project is dependent upon MFC then unfortunately it looks like it's not possible at all, mainly because nothing but VS2010 is deploying the MFC libraries.

提交回复
热议问题