Search found 28 matches
- Thu Feb 26, 2015 10:38 am
- Forum: Problems
- Topic: Speed of Read/Loading Files in VM
- Replies: 3
- Views: 7639
Re: Speed of Read/Loading Files in VM
I see.. Then the problem you are having, I've never experienced this. You may need to get further assistance from Enigma directly by sending him your project so he can figure out the reason. Sorry I couldn't be of more help. I did have issues with "Redirect WinAPI functions", try disabling that if i...
- Tue Feb 24, 2015 8:13 pm
- Forum: Problems
- Topic: Speed of Read/Loading Files in VM
- Replies: 3
- Views: 7639
Re: Speed of Read/Loading Files in VM
I'm afraid that's the one downfall of virtualizing a lot of files in one project. I would suggest making your own custom encryption for the files so people can't read them easily, and just exclude the large files from virtualbox. If you think about it - people can still obtain your files from enigma...
- Tue Feb 24, 2015 8:09 pm
- Forum: Problems
- Topic: EP's VirtualBox and Windows StartUp.
- Replies: 2
- Views: 5558
Re: EP's VirtualBox and Windows StartUp.
It sounds like your having troubles with the current working directory being invalid, since you are starting it via autorun. Try making your program open the secondary exe with the full path to the file. You probably have it do this. open(secondaryfile.exe); instead do this: open(c:/full/path/to/fil...
- Sun Feb 22, 2015 8:28 am
- Forum: Problems
- Topic: Enigma extra threads
- Replies: 7
- Views: 15219
Re: Enigma extra threads
I don't mean to be rude or anything, but that sounds like a very very very bad idea. Your customers will not like their application closing over the smallest thing, such as an antivirus injecting their stuff into your program, and creating new threads, etc. Many things can cause your applications to...
- Fri Feb 20, 2015 2:44 am
- Forum: Problems
- Topic: Enigma extra threads
- Replies: 7
- Views: 15219
Re: Enigma extra threads
No, they will never go away. They are created automatically, and are used by enigma protector to do various tasks. However, they will not affect your applications performance. I would suggest adding some of the protection features, as they are mega useful.
- Thu Feb 12, 2015 11:53 am
- Forum: Basic
- Topic: HWID Based Protection - New Keys
- Replies: 4
- Views: 13236
Re: HWID Based Protection - New Keys
Sorry, that's really the extent of my knowledge in Enigma's HWID key system. I haven't used it on any of my projects. However, I don't think there's a simple way of doing it, but I could be wrong. I went ahead and read the manual pages to look for a better answer for ya. Enigma will probably reply t...
- Thu Feb 12, 2015 11:39 am
- Forum: Basic
- Topic: HWID Based Protection - New Keys
- Replies: 4
- Views: 13236
Re: HWID Based Protection - New Keys
There is no way to remove keys generated for already existing versions of your application(s). You can however, prevent these keys from being used by removing them from the generated list of approved keys in your next build with Enigma Protector, I believe.
Hope that was helpful,
Kenneth.
Hope that was helpful,
Kenneth.
- Thu Feb 12, 2015 11:37 am
- Forum: Basic
- Topic: ETA next Enigma version?
- Replies: 9
- Views: 27577
Re: ETA next Enigma version?
The delay with the taggant was not our deal, unfortuantely. As for now, I can tell that the taggant is already implemented in protection, we are just in the process to generate new licenses with the taggant to users and just small issues with the control panel to accept the tagganted license. We ar...
- Wed Feb 11, 2015 11:15 am
- Forum: Basic
- Topic: ETA next Enigma version?
- Replies: 9
- Views: 27577
Re: ETA next Enigma version?
I very much look forward to the new taggant system. I understand things take time to make, but it's been like 2 years since enigma first announced the taggant system would be released soon. Not much else has been changed with enigma, but I will buy the upgrade when this feature is added, otherwise i...
- Mon Oct 20, 2014 9:48 am
- Forum: Enigma Virtual Box x86/x64
- Topic: How to handle auto-updates with Virtual Box?
- Replies: 3
- Views: 9199
Re: How to handle auto-updates with Virtual Box?
text removed