Page 1 of 1

The XP WDK compiler.

Posted: Sun Mar 31, 2013 10:52 am
by gongxp
I use VS2012 + WDK to #include "VMProtectDDK.h" can be compiled, but the same program,

But the use of WDK 7600.16385.1 x86 Check Build Environment compiled general program error:

Error LNK2019: unresolved external symbo __imp__VMProtectEnd@0 referenced in function

Error LNK2001: unresolved external symbol __imp__VMProtectEnd@0

Error LNK2019: unresolved external symbo __imp__VMProtectBeginUltra@4 referenced in function _IoDouble@16

Error LNK2001: unresolved external symbol __imp__VMProtectBeginUltra@4

Error LNK1120: 2 unresolved externals

BUILD: Finish time: Sun Mar 31 18:40:30 2013

To join or not in SOURCE:

TARGELIB=VMProtectDDK32.lib

Re: The XP WDK compiler.

Posted: Mon Apr 01, 2013 3:34 am
by Admin
The example of driver is attached.