我最近安装了 Visual Studio 2010,并将我的项目从 Visual Studio 2005 迁移到 2010。迁移后,我无法在我的项目中编译 Pro*C 文件。我使用 Oracle 10g 预编译器。我收到此错误消息:
Syntax error at line 48, column 9, file C:\VisualStudio10\VC\include\vadefs.h: typedef _W64 unsigned int uintptr_t;
PCC-S-02201, Encoutered the symbol "__w64" when expecting one of the following:
auto, char, const, double, enum .......... a typedef name
我的项目正确地符合 VS 2005。VS 2010有什么问题?