|
我新建一个项目 添加了头文件如下
#include<dtABC/application.h>
#include<dtCore/refptr.h>
#include <dtCore/camera.h>
#include <dtCore/scene.h>
#include <dtCore/object.h>
#include <dtCore/orbitmotionmodel.h>
int main(int argc, char* argv[])
{
return 0;
}
出现错误
错误 9 error C2664: “OutputDebugStringW”: 不能将参数 1 从“const char [60]”转换为“LPCWSTR” d:\program files\delta3d_rel-2.0.0\inc\dtutil\deprecationmgr.h 66
这是怎么回事 谁能解答一下 谢谢 |
|