Dependencies: QGLViewer2.6.3 Win7 64bit VS2010
直接使用QGLViewer文件夹下的Pro文件在VS2010中可以编译成64位的Dll。
用外面的libQGLViewer-2.6.3.pro在VS中生成的项目文件应该是针对32位的。老是报错误,说我的系统是64位的无法编译成X86项目。不过手工修改示例的目标平台和项目包含和依赖项,是可以编译通过的。
测试了一个Demo,simpleViewer。看看Help中的说明,发现实现的基础功能很强大,比VTK强多了。
octomap项目也是用的QGLViewer,Windows7下编译显示效果如下:
1、错误提示内容
Qt Visual Studio Add-in
The following error occured:
There's no Qt version assigned to this project for platform Win32. Please use the 'change Qt version' feature and choose a valid Qt version for this platform.
2、解决方法
右键VS的解决方案,选择“Change QT Version”---》选择当前的QT版本