Search found 5 matches
- Wed Jan 25, 2017 1:10 am
- Forum: Technical questions
- Topic: VMP 3.0.7 - MAC OSX
- Replies: 4
- Views: 6324
Re: VMP 3.0.7 - MAC OSX
Its the same, when OSX as target is selected, I get: [dccosx Error] VMProtectSDK.pas(100): E2003 Undeclared identifier: 'VMProtectDLLName' The line with the first error is this: procedure VMProtectBegin(MarkerName: PAnsiChar); {$IFDEF MACOSX} cdecl {$ELSE} stdcall {$ENDIF}; external {$IFNDEF DARWIN}...
- Tue Jan 24, 2017 2:18 pm
- Forum: Technical questions
- Topic: VMP 3.0.7 - MAC OSX
- Replies: 4
- Views: 6324
VMP 3.0.7 - MAC OSX
I am trying to protect a firemonkey application (Win32/Win64/OSX). I include like I usually do vmprotectsdk in the uses list. Works as it should when compiling for win32/win64, but when I switch to OSX as target, I get an error that "VMProtectDLLName" is unknown in vmprotectsdk. So how can...
- Thu Oct 08, 2015 3:01 am
- Forum: Technical questions
- Topic: Memory Protection enabled kills most of my programs
- Replies: 5
- Views: 8630
Re: Memory Protection enabled kills most of my programs
Ok, thanks, just emailed the requested files.
- Sun Oct 04, 2015 11:39 am
- Forum: Technical questions
- Topic: Memory Protection enabled kills most of my programs
- Replies: 5
- Views: 8630
Re: Memory Protection enabled kills most of my programs
I cant send you any of my bigger programs, because a) they are commercial products and b) they are way above a million lines of code, but I will try to create something small, using just standard components, so you can compile it. Give me a couple of days for that. How do I provide you with such exa...
- Fri Oct 02, 2015 11:51 am
- Forum: Technical questions
- Topic: Memory Protection enabled kills most of my programs
- Replies: 5
- Views: 8630
Memory Protection enabled kills most of my programs
I used until now 2.13 of vmprotect, and had no real issue. Now using 3.04, and when turning memory protection on, most of my bigger programs just silently exit or exit with a 216 runtime error. The same program with 2.13 work fine. Also I noticed that starting a small program (empty delphi project) ...