liyizhou 发表于 2014-4-12 11:59:31

osgearth编译问题

osg3.01+osgearth2.3+常用库,编译完成。但是应用程序在初始化阶段就出现
HEAP: Invalid allocation size - CCCCCCF4 (exceeded 7ffdefff)
osgearth_annotationd.exe 中的 0x7c812afb 处最可能的异常: Microsoft C++ 异常: 内存位置 0x00d9f714 处的 std::bad_alloc。
HEAP: Invalid allocation size - CCCCCCF1 (exceeded 7ffdefff)
osgearth_annotationd.exe 中的 0x7c812afb 处最可能的异常: Microsoft C++ 异常: 内存位置 0x00d9f078 处的 std::bad_alloc。
osgearth_annotationd.exe 中的 0x7c812afb 处最可能的异常: Microsoft C++ 异常: 内存位置 0x00000000 处的 。
osgearth_annotationd.exe 中的 0x7c98671e 处最可能的异常: 0xE06D7363: Microsoft C++ Exception
osgearth_annotationd.exe 中的 0x7c98671e 处未处理的异常: 0xE06D7363: Microsoft C++ Exception

liyizhou 发表于 2014-4-15 13:37:36

这个版问问题的多,解答的少。不知道组织者是怎么在工作

ago 发表于 2014-4-17 10:41:36

依赖库最好自行编译,或者使用官方提供的依赖库,vc编译版本不可以混用

whugang 发表于 2014-5-1 18:01:02


类似的问题我在osg开发时遇到过,可能是debug版本与release版本错乱导致。。
maybe
页: [1]
查看完整版本: osgearth编译问题