|
大家好,小弟刚加入论坛,也是刚开始学习OGRE,今天写了个HelloWorld程序,可是运行到
Root* r =new Root("plugins.cfg","ogre.cfg", "ogre.log");
时候就会出现错误,
我调试追踪到
static _Elem *__CLRCALL_OR_CDECL _Copy_s(_Elem *_First1, size_t _Size_in_bytes, const _Elem *_First2,
size_t _Count)
{ // copy [_First1, _First1 + _Count) to [_First2, ...)
// _DEBUG_POINTER(_First1);
// _DEBUG_POINTER(_First2);
_CRT_SECURE_MEMCPY(_First1, _Size_in_bytes, _First2, _Count);
return _First1;
}
里时就会报错,哪位能帮帮小弟!!感激不尽!!! |
|