Hello,
Trying to run a compiled version of trunk in debug is throwing the following exception at src\external\osgGeo\src\osgGeo\LayeredTexture.cpp (line 3732):
Code:
REGISTER_EMPTY_OBJECT_WRAPPER( LayeredTexture_Wrapper,
new osgGeo::LayeredTexture,
osgGeo::LayeredTexture,
"osg::Object osgGeo::LayeredTexture");
Exception:
Unhandled exception at 0x00007FFA1F1AA839 in od_main.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x000000BA8ADFE6F0
It seems to be a problem in the way custom OpenSceneGraph objects are registered with the OSG macro REGISTER_OBJECT_WRAPPER. Did anyone experience this issue?
Release version is working fine.
Best regards,
--
Henrique