Search found 1 match

by yggdrasil_shen
Fri Sep 30, 2022 10:16 am
Forum: Technical questions
Topic: C++ SDK lib in v3.7.1 connection is incorrect
Replies: 1
Views: 1414

C++ SDK lib in v3.7.1 connection is incorrect

hello, When I was using VS to connect to the SDK, VS reported a connection error。 it works in Debug x64,but VS reported it can‘t find "VMProtectSDK32.lib" I think it maybe a bug in VMProtectSDK.h here is the bug code: #ifdef _M_IX86 #pragma comment(lib, "VMProtectSDK64.lib") #eli...