我从http://cppunit.svn.sourceforge.net/获得了 cppunit,直到现在它工作正常,当我需要在 Visual Studio 2012 中重建它时。
所以我从 ..\branches\HB_VS2010\cppunit\ 打开解决方案,将所有项目更新到 v110,添加 x64 平台以进行发布配置并尝试构建它。
发生的错误是error C2440: 'static_cast' : cannot convert from 'void (__cdecl cdxCDynamicDialog::* )(UINT)' to 'void (__cdecl CWnd::* )(UINT_PTR)'
当我尝试在 debug/win32 或 release/win32 中构建时 - 一切正常。
有人可以帮忙吗?