Search found 7 matches

by mqsymth
Fri Jul 03, 2015 7:44 pm
Forum: Enigma Protector x64
Topic: Problem with protected x64 DLL
Replies: 1
Views: 20036

Re: Problem with protected x64 DLL

I thought the error in the protected DLL might be from my code statement. std::unique_ptr<float[]> gTmpArr(new float[lArrSize]); So I replace it with Thread static float gTmpArr[lArrSize]; and received the below error . The unprotected DLL with std::unique_ptr<float[]> gTmpArr(new float[lArrSize]); ...
by mqsymth
Fri Jul 03, 2015 2:15 am
Forum: Enigma Protector x64
Topic: Problem with protected x64 DLL
Replies: 1
Views: 20036

Problem with protected x64 DLL

I protected my 64bit DLL with Enigma x64. When it was loaded by the platform Multicharts64, it caused the program to crash immediately with an empty message box with a big red X on my win7. On my win8.1 32/64 laptop below is the exception generated. The unprotected DLL ran fine on the same MultiChar...
by mqsymth
Thu Jun 25, 2015 5:28 pm
Forum: Basic
Topic: Relative path in file system Question
Replies: 1
Views: 11341

Relative path in file system Question

Your help file states: "a relative path where the file with registration data will be placed. If that path does not exist, the Enigma Loader will create the entire folder structure automatically when saving the key." When the trial period expires the client is sent a key.dat file. How does...
by mqsymth
Wed Jun 24, 2015 4:01 pm
Forum: Basic
Topic: File System registration of protected app 2
Replies: 3
Views: 15958

Re: File System registration of protected app 2

Yes keys in the registry is an option. I have 3 EXEs that use the exact same key because they are similar and when the customer buys the second and or the third one, I wish to not have him enter another key again. I'm not worried about theft because I control the downloads of my products and my cust...
by mqsymth
Mon Jun 22, 2015 9:18 pm
Forum: Basic
Topic: File System registration of protected app 2
Replies: 3
Views: 15958

File System registration of protected app 2

I would like to put the key.dat file to my protected EXE in the C:\ directory. My EXE has it's own directory which is c:\Program Files\myEXE\myEXEProtected.exe. It's easier for the customer to drop the key.dat file into the C:\ directory rather than look for his document directory. This way many of ...
by mqsymth
Tue Jun 09, 2015 6:01 pm
Forum: Basic
Topic: File System registration of protected DLL question
Replies: 1
Views: 11239

Re: File System registration of protected DLL question

The problem occurs when the time trial expires. I have the "Use Limitation By Expiration Date" Checked. I set the expiration to 6/5/2015 (today is 6/9/2015). I have the "Termination Execution After" checked and set to 0. If I uncheck this the DLL runs despite being past the expir...
by mqsymth
Mon Jun 08, 2015 4:54 pm
Forum: Basic
Topic: File System registration of protected DLL question
Replies: 1
Views: 11239

File System registration of protected DLL question

In using the file system registration for my protected DLL, I used %DEFAULT FOLDER% and I put the relative path as MyRegKey.dat in the "Relative Path In File System" box when I protected the DLL. After generating the key using the Key Generator, I placed the file MyRegKey.dat in the same d...