我装的是qt-sdk-win-opensource-2010.01.exe,用的是Qt creator,运行平台式windows……
在用其运行其自带的example时,(animatedtiles。pro)
但是却有105错误:
c:\Program Files\Microsoft Visual Studio\VC98\include/stddef.h:99: error: redeclaration of C++ built-in type 'wchar_t'
c:\Program Files\Microsoft Visual Studio\VC98\include/stdlib.h:287: error: '__int64' was not declared in this scope
c:\Program Files\Microsoft Visual Studio\VC98\include/stdlib.h:287: error: expected primary-expression before 'char'
c:\Program Files\Microsoft Visual Studio\VC98\include/stdlib.h:287: error: expected primary-expression before 'int'
……
请问有没有人碰到过这样的问题,已经尝试了前面一个帖子修改环境变量的方式,但无济,希望高手能指点一二!
------解决方案--------------------
可能与Qt SDK的版本有关。Windows下有三个下载链接:
1)Qt libraries 4.6.2 for Windows (minGW 4.4, 278 MB)
2)Qt libraries 4.6.2 for Windows (VS 2008, 194 MB)
3)Qt SDK for Windows* (287 MB)
以上1)是minGW版;2)是VS2008版;这两个只有Qt SDK(所谓Framework Only),没有IDE。需单独下载QtCreator;
3)是完整开发环境版(带有QtCreator),所带的Qt SDK是1),即mingw版。不必再装vs2008等,与它无关。
因此,视所用的编译器选用具体的Qt SDK。若是VS2008版,则工程可以同时在VS2008与QtCreator中编辑。