|
class TutorialApplication : public ExampleApplication
TutorialApplication app;
编译过了,链接报错
>正在链接...
1>yX_Main.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Ogre::Root::startRendering(void)" (__imp_?startRendering@Root@Ogre@@QAEXXZ),该符号在函数 "public: virtual void __thiscall ExampleApplication::go(void)" (?go@ExampleApplication@@UAEXXZ) 中被引用
70多个错..
请教了
|
|