Hello !!
I understand after generated the exe we need to protect it to run.
But how can i debug the application in Delphi if i 'm cannot run without protection?
Need help .
Thank you in advance.
Ivanilson Ribeiro
Brasil
Debugging in Delphi
Re: Debugging in Delphi
Hi Ivanilson,
Why not, you can run it unprotected too.
You can't run unprotected only in case you are using Enigma API functions. But, for debugging purposes, there is an empty dll file enigma_ide.dll (see Enigma Protector installation folder), if you copy it in the same folder with unprotected exe, it will run well and you will be able to test the program.
So there is no such limitations.
Why not, you can run it unprotected too.
You can't run unprotected only in case you are using Enigma API functions. But, for debugging purposes, there is an empty dll file enigma_ide.dll (see Enigma Protector installation folder), if you copy it in the same folder with unprotected exe, it will run well and you will be able to test the program.
So there is no such limitations.
