EasyPR-DLL-CSharp
EasyPR-DLL-CSharp copied to clipboard
error C010
trafficstars
我在编译CreateDLL的时候,xmlParser会提示:unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
你可以尝试一下:“右键CreateDLL项目中的xmlParser.cpp文件 - 属性 - C/C++ - 预编译头“,其中“预编译头”项目选择“不使用预编译头”。