我试图让这个项目在 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++ 的新手,所以我可能缺少一些东西。
这里的评论之一是我找到的最接近答案的东西。
错误似乎来自SimpleString.h
但我不确定。
任何帮助,将不胜感激。