2016年1月14日

在Debug模式下,如何给.lib和.dll添加一个d标记(*d.lib,*d.dll)

摘要: 选中工程->右键->属性->配置属性->常规,可以看到项目默认值的配置类型有好几种类型,选择静态库类型生成lib文件,选择动态库类型生成dll文件,选择应用程序生成exe文件,这里我们选择静态库。此外还有一种方法: 阅读全文

posted @ 2016-01-14 19:27 Syvon 阅读(1397) 评论(0) 推荐(0)

Cmake在编译osgEarth时遇到的一个错误

摘要: CMake Error at src/osgEarthDrivers/CMakeLists.txt:7 (PROJECT): The CMAKE_C_COMPILER: llvm-gcc-4.2 is not a full path and was not found in the PAT... 阅读全文

posted @ 2016-01-14 19:21 Syvon 阅读(983) 评论(0) 推荐(0)

导航