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
P.S. Check the option “Treat WChar_t As Build in Type” in your VS project options (Project → Properties → Configuration Properties → C/C++ → Language). It must have “Yes (/Zc:wchar_t)” value.