zoukankan      html  css  js  c++  java
  • [QGLViewer]First Demo

    DependenciesQGLViewer2.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版本

  • 相关阅读:
    bzoj1467 Pku3243 clever Y
    bzoj2242 [SDOI2011]计算器
    卡特兰数
    洛谷P1290 欧几里得的游戏
    bzoj2277 [Poi2011]Strongbox
    poj2406 Power Strings
    Codeforces 892 D.Gluttony
    Codeforces 892 C.Pride
    Codeforces 892 B.Wrath
    Codeforces 892 A.Greed
  • 原文地址:https://www.cnblogs.com/yhlx125/p/5626743.html
Copyright © 2011-2022 走看看