Search found 4 matches
- Mon Jun 23, 2025 9:11 am
- Forum: Purchasing or Upgrading
- Topic: Renew my license and your website 404-ed?
- Replies: 2
- Views: 237
Re: Renew my license and your website 404-ed?
Emailed VMPSoft support with more details
- Mon Jun 23, 2025 8:51 am
- Forum: Purchasing or Upgrading
- Topic: Renew my license and your website 404-ed?
- Replies: 2
- Views: 237
Renew my license and your website 404-ed?
Hi:
Just tried to renew my ultimate version license, but upon payment is complete the website redirected back to an invalid 404 URL: https://cpanel.safecharge.com/lib/demo_ ... sponse.php
Just tried to renew my ultimate version license, but upon payment is complete the website redirected back to an invalid 404 URL: https://cpanel.safecharge.com/lib/demo_ ... sponse.php
- Fri May 27, 2022 10:27 am
- Forum: Technical questions
- Topic: Why static SDK is only provided for Windows?
- Replies: 3
- Views: 4055
Re: Why static SDK is only provided for Windows?
Yeah I'm aware, but this adds an extra dependency and makes the binary no longer works when not processed by VMP. To me it seems something like : extern "C" VMProtectBegin(const char* name){ } extern "C" VMProtectEnd(){ } // MY CODE VMProtectBegin("XX") // ..... VMProte...
- Fri May 27, 2022 9:38 am
- Forum: Technical questions
- Topic: Why static SDK is only provided for Windows?
- Replies: 3
- Views: 4055
Why static SDK is only provided for Windows?
Hi: The program I'm trying to protect with VMProtect uses CMake as its build system. And I must manually copy libVMProtect.dylib for the program to work. What I want is basically we have libVMProtect.a for all platforms, so I could test out the unprotected version in my continuous integration server...