在我的桌面工作站上安装了 VS2010 Ultimate - Dell Precision T3500(Windows 7 64 位操作系统)和我的 IBM ThinkPad R51(Windows XP Sp3 32 位)。
我在 StinkPad 上构建解决方案时遇到问题,无法弄清楚原因。如下所列,编译器构建的 ADO 库的构建输出列出了以下错误:
c:\wpds\debug\msjro.tlh(196):错误 C2146:语法错误:缺少 ';' 在标识符 'ConflictTables' c:\wpds\debug\msjro.tlh(196) 之前:错误 C4430:缺少类型说明符 - 假定为 int。注意:C++ 不支持默认整数 c:\wpds\debug\msjro.tlh(196):错误 C4430:缺少类型说明符 - 假定为 int。注意:C++ 不支持默认整数 c:\wpds\debug\msjro.tlh(224): error C2146: syntax error: missing ';' 在标识符 'GetConflictTables' c:\wpds\debug\msjro.tlh(224) 之前:错误 C4430:缺少类型说明符 - 假定为 int。注意:C++ 不支持默认整数
我已检查以确保所有项目和解决方案的所有包含、exe 和库路径都是正确的。任何见解将不胜感激。谢谢比尔