Page 1 of 1

C++ DLL not loading after protected

Posted: Sun Mar 23, 2014 7:56 pm
by frenzzy
Good evening.
Decided to use the Enigma Protector to protect own development (protection for the game client).
DLL written in VC + +, after processing Enigma library is not loaded at all.
Attempt to process a simple library written in Delphi, everything works fine. In the first case, even impossible to get exported function due to the fact that the library is not loaded.
While processing the log shows Unknown Compiler, maybe it somehow connected

Re: C++ DLL not loading after protected

Posted: Wed Mar 26, 2014 6:33 am
by Alec
Hi. Which version of Microsoft Visual Studio are you using ? Please send us (support@enigmaprotector.com) the unprotected version of your dll, so we could analyze it.

Re: C++ DLL not loading after protected

Posted: Wed Mar 26, 2014 3:18 pm
by frenzzy
Alec wrote:Hi. Which version of Microsoft Visual Studio are you using ? Please send us (support@enigmaprotector.com) the unprotected version of your dll, so we could analyze it.
Visual Studio 2010, library with a small description sent to your email

Re: C++ DLL not loading after protected

Posted: Sun Mar 30, 2014 5:13 pm
by Enigma
Hi frenzzy,

We have solved this problem, please try the updated version 4.10.

Re: C++ DLL not loading after protected

Posted: Sun Mar 30, 2014 8:02 pm
by frenzzy
Enigma wrote:Hi frenzzy,

We have solved this problem, please try the updated version 4.10.
Thx, it works now!