`#include <osgDB/ReadFile>
#include <osgViewer/Viewer>
int main(int argc, char** argv)
{
osgViewer::Viewer viewer;
viewer.setSceneData(osgDB::readNodeFile("cessna.osg"));
return viewer.run();
}
`
test.exeの0x7618A832でスローされる例外:Microsoft C++例外:メモリ位置0x004FF994のstd :: bad_alloc。OpenSceneGraphサンプルプロジェクトをデバッグするときにエラーを修正する方法
test.exeの0x7618A832でスローされた例外:Microsoft C++例外:メモリロケーション0x004FF0B8のstd :: bad_alloc。
test.exeの0x7618A832でスローされた例外:Microsoft C++の例外:メモリロケーション0x00000000の[rethrow]
test.exeの0x7618A832で未処理の例外が発生しました。Microsoft C++の例外:メモリ位置0x004FF0B8のstd :: bad_alloc。