need help with creating a clr dll
-
hi, i am new and trying to create a dll to use for my .net project i created a clr dll (class library) project by following the instruction from https://code.google.com/p/tesseractdotnet/wiki/TesseractEngineWrapper but i keep getting errors from control.cpp, output.cpp, tessedit.cpp and tesseractemginewrapper.cpp the error are all the same stating error C1010: unexpected end of file while looking for precompiled header. did you forget to add '#StdAfx.h' to your source? as i am completely new i tried with/without the StdAfx.h and StdAfx.cpp which was there when i first created the project. could anyone help me please?
-
hi, i am new and trying to create a dll to use for my .net project i created a clr dll (class library) project by following the instruction from https://code.google.com/p/tesseractdotnet/wiki/TesseractEngineWrapper but i keep getting errors from control.cpp, output.cpp, tessedit.cpp and tesseractemginewrapper.cpp the error are all the same stating error C1010: unexpected end of file while looking for precompiled header. did you forget to add '#StdAfx.h' to your source? as i am completely new i tried with/without the StdAfx.h and StdAfx.cpp which was there when i first created the project. could anyone help me please?