VS2012 + WDM compilation issues Vmprotect 2.12
Posted: Sun Mar 31, 2013 10:55 am
VMProtectDDK.h (23): error C2143: syntax error: Missing "{" ("*" in front)
VMProtectDDK.h (23): error C2143: syntax error: missing ")" ("*" in front of)
VMProtectDDK.h (23): error C2059: syntax error: ")"
VMProtectDDK.h (23): warning C4218: use of non-standard extensions: must specify at least a storage class or a type
Commented out:
__declspec (dllimport) wchar_t * __ stdcall VMProtectDecryptStringW (wchar_t * value);
Before you can compile successfully
VMProtectDDK.h (23): error C2143: syntax error: missing ")" ("*" in front of)
VMProtectDDK.h (23): error C2059: syntax error: ")"
VMProtectDDK.h (23): warning C4218: use of non-standard extensions: must specify at least a storage class or a type
Commented out:
__declspec (dllimport) wchar_t * __ stdcall VMProtectDecryptStringW (wchar_t * value);
Before you can compile successfully