我的电脑上有 irrlicht 1.6,我使用 codeblocks + tdm-gcc MinGW 4.7。什么情况是,当我编译一个示例程序时,它编译得很好,但是当我尝试运行它时,它总是给我一个分段错误错误。它返回代码 -1073741819 (0xC0000005)。在任何尝试使用图形驱动程序时,它总是会出现分段错误。这就是发生分层故障的地方。
guienv->addStaticText(L"Hello World! This is the Irrlicht Software renderer!",
rect<int>(10,10,200,22), true);