compile error on visual studio 2008
i try to compile your IDAstealth PLUGIN NOW.
everything goes well,
but one error occurred.
.\IDAStealth.cpp(122) : error C3861: '_endthreadex': identifier not found
.\IDAStealth.cpp(249) : error C3861: '_beginthreadex': identifier not found
already set multi thread (/mt)in c/c++/code generation.
what`s wrong with this?
compile error on visual studio 2008
Those functions are imported via < process.h >. You need to make sure that $(Vcinstalldir)include is added under the "Include files" list under Tools->Options->Projects and Solutions->VC++ Directories. Are you using the Express Edition of VS 2008? Hope this helps
Cheers
Jan
thanks for kind
thanks for kind reply.
$(Vcinstalldir)include alredy there.
weird situation.~~~
so directly add process.h`s content to idastealth.cpp.
finally can get idastealth.plw. :)