|
楼主 |
发表于 2012-9-26 10:15:32
|
显示全部楼层
谢谢Array的提醒,我已经编译成功了,不过又碰到了新的问题,应该是和上面的问题相关。
具体位置是在:
input.InputManager.createInput【InputManager.cpp(191)】中
mInputManager = OIS::InputManager::createInputSystem(pl); // 感觉像是创建输入法
报错了,不知道是否是因为OIS.dll版本不对导致。能否指点一下迷津,谢谢~~
调用堆栈信息:
- OIS.dll!003a7bd4()
- [下面的框架可能不正确和/或缺失,没有为 OIS.dll 加载符号]
- OIS.dll!003a8322()
- msvcp80.dll!7c4248dd()
- OIS.dll!003a9b1a()
- msvcr80.dll!78160e30()
- OIS.dll!003a2852()
- OIS.dll!003add4b()
- > Demo_ItemBox.exe!input::InputManager::createInput(unsigned int _handle=0x00021486) 行191 + 0xc 字节 C++
- Demo_ItemBox.exe!base::BaseManager::create() 行155 C++
- Demo_ItemBox.exe!startApp<demo::DemoKeeper>() 行35 + 0x8 字节 C++
- Demo_ItemBox.exe!WinMain(HINSTANCE__ * hInst=0x00400000, HINSTANCE__ * __formal=0x00000000, char * strCmdLine=0x00051f0a, int argc=0x00000001) 行184 + 0x8 字节 C++
- Demo_ItemBox.exe!__tmainCRTStartup() 行589 + 0x35 字节 C
- Demo_ItemBox.exe!WinMainCRTStartup() 行414 C
复制代码 |
|