The XP WDK compiler.

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

The example of driver is attached.