Hi!
Is there a possibility to get the app version (as entered in "Product Info -> Version" of Input page of protection dialog) from registration info with Enigma API?
I need it to check for what version the key has been generated and then restrict using the same key for new version of the ...
Search found 10 matches
- Tue Dec 17, 2013 7:57 am
- Forum: Basic
- Topic: How to get program version from registration key?
- Replies: 1
- Views: 9462
- Thu Mar 24, 2011 11:08 am
- Forum: Basic
- Topic: Related to Virtualization Tools
- Replies: 2
- Views: 15874
Re: Related to Virtualization Tools
It's OK, I have a time to wait for official release.
Thanks!
Thanks!
- Thu Mar 24, 2011 9:57 am
- Forum: Basic
- Topic: Related to Virtualization Tools
- Replies: 2
- Views: 15874
Related to Virtualization Tools
Hi!
Is there a possibility to allow for user run the program under a virtual machine, only if it is registered?
Is there a possibility to allow for user run the program under a virtual machine, only if it is registered?
- Mon Feb 21, 2011 10:44 am
- Forum: Basic
- Topic: How to invalidate the keys of previous version?
- Replies: 6
- Views: 28901
- Mon Feb 21, 2011 9:48 am
- Forum: Basic
- Topic: How to invalidate the keys of previous version?
- Replies: 6
- Views: 28901
Re: How to invalidate the keys of previous version?
And one more question
Is there a smth like a "black list"? A facility to ban custom keys - stolen, shared, cracked(if any ^^), etc. Do you plan to implement it?
Is there a smth like a "black list"? A facility to ban custom keys - stolen, shared, cracked(if any ^^), etc. Do you plan to implement it?
- Mon Feb 21, 2011 9:03 am
- Forum: Basic
- Topic: How to invalidate the keys of previous version?
- Replies: 6
- Views: 28901
Re: How to invalidate the keys of previous version?
Ok, thanks, it's clear now.
Then for the present instance, do you plan to add a possibility to import existing project? Or to regenerate the constants (Private and Public keys, etc.) in existing project? In order to provide a facility to get a new project without creating the empty new one, and ...
Then for the present instance, do you plan to add a possibility to import existing project? Or to regenerate the constants (Private and Public keys, etc.) in existing project? In order to provide a facility to get a new project without creating the empty new one, and ...
- Mon Feb 21, 2011 8:26 am
- Forum: Basic
- Topic: How to invalidate the keys of previous version?
- Replies: 6
- Views: 28901
How to invalidate the keys of previous version?
Hi, Vladimir!
Looked up the Help and forum, but couldn't find the decision. Is there a facility to invalidate keys from previous version of the program?
E.g., I've released 1.0.0 version. I change version info at the IDE (Delphi 2007) to 1.1.0, and at the Enigma project too, Build new EXE file ...
Looked up the Help and forum, but couldn't find the decision. Is there a facility to invalidate keys from previous version of the program?
E.g., I've released 1.0.0 version. I change version info at the IDE (Delphi 2007) to 1.1.0, and at the Enigma project too, Build new EXE file ...
- Tue Feb 15, 2011 9:40 am
- Forum: Problems
- Topic: AV on EP_RegCheckAndSaveKey
- Replies: 3
- Views: 16736
Re: AV on EP_RegCheckAndSaveKey
Oh, sorryEP_RegLoadKey
Thank you!
- Tue Feb 15, 2011 8:00 am
- Forum: Problems
- Topic: AV on EP_RegCheckAndSaveKey
- Replies: 3
- Views: 16736
Re: AV on EP_RegCheckAndSaveKey
Copied enigma_ide.dll to the EXE folder - all works fine
P.S.
Is there a facility to get the user name the current copy of the program is registered to?
P.S.
Is there a facility to get the user name the current copy of the program is registered to?
- Tue Feb 15, 2011 7:10 am
- Forum: Problems
- Topic: AV on EP_RegCheckAndSaveKey
- Replies: 3
- Views: 16736
AV on EP_RegCheckAndSaveKey
Hi!
I'm trying to do the following:
EP_RegCheckAndSaveKey(PChar(frmRegistration.edName), PChar(frmRegistration.memKey.Text))
On Run (Delphi 2007) here is the AV:
'access violation at 0x7c9038e0: write of address 0x00030ffc' at Application.Initialize;
Is it restriction of trial version? Or I'm ...
I'm trying to do the following:
EP_RegCheckAndSaveKey(PChar(frmRegistration.edName), PChar(frmRegistration.memKey.Text))
On Run (Delphi 2007) here is the AV:
'access violation at 0x7c9038e0: write of address 0x00030ffc' at Application.Initialize;
Is it restriction of trial version? Or I'm ...
