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?
problem link dll and lib files from the SDK.
Re: problem link dll and lib files from 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.
P.S. Converted file is attached.
- Attachments
-
- libVMProtectSDK32.zip
- (1.57 KiB) Downloaded 788 times
Re: problem link dll and lib files from the SDK.
А можно сгенерировать файл libVMProtectSDK32.a для последней версии VMProtect? Не могу найти reimp
(и его заодно, если не сложно).
Спасибо.
п.с. VMProtect приобретен вчера, использую в проекте с qt и mingw.

Спасибо.
п.с. VMProtect приобретен вчера, использую в проекте с qt и mingw.
Re: problem link dll and lib files from the SDK.
2 vkjr:
А чем не устраивает уже готовый файл?
А чем не устраивает уже готовый файл?
Re: problem link dll and lib files from the SDK.
Думал, что эта версия файла уже неактуальна.