problem link dll and lib files from the SDK.

i use dev c++ 4.9 to compile.
had problems link dll and lib files from the SDK.
error message is:
[Linker error] undefined reference to `_imp__VMProtectSetSerialNumber@4’

what should i do to correctly link the SDK?

You need convert VMProtectSDK32.lib to MinGW compatible “*.a” file via “reimp” from MinGW Utils and add this file into Project Options->Parameters->Linker.

P.S. Converted file is attached.

А можно сгенерировать файл libVMProtectSDK32.a для последней версии VMProtect? Не могу найти reimp :frowning: (и его заодно, если не сложно).
Спасибо.

п.с. VMProtect приобретен вчера, использую в проекте с qt и mingw.

2 vkjr:
А чем не устраивает уже готовый файл?

Думал, что эта версия файла уже неактуальна.