zhang-can / EasyPR-DLL-CSharp

EasyPR 1.5 的DLL版本——通过C#调用DLL文件来实现界面展现。(The DLL version of EasyPR 1.5: Achieving interface display by using the C # language to call DLL file. )
Apache License 2.0
233 stars 89 forks source link

error C010 #2

Open joeaaron opened 6 years ago

joeaaron commented 6 years ago

我在编译CreateDLL的时候,xmlParser会提示:unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?

zhang-can commented 6 years ago

你可以尝试一下:“右键CreateDLL项目中的xmlParser.cpp文件 - 属性 - C/C++ - 预编译头“,其中“预编译头”项目选择“不使用预编译头”。