我试图让this project在64位计算机上的VS2008 Windows 7中运行。 他们的源代码位于底部。
我一直有两种错误:
error C3861: 'fRprintf': identifier not found c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility 3605
error C3861: '_T': identifier not found c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility 3605
我一直在网上寻找解决方案,但没有运气。我还是C ++的新手,所以我可能会缺少一些东西。
其中一条评论here是我找到的最接近答案的评论。
错误似乎来自SimpleString.h
,但我不确定。
任何帮助都将不胜感激。