|
ICE License v2.5 - Protect Application for Windows Vista!
We're happy to announce that ICE License version 2.5 just released.
ICE License v2.5 is an innovative and complete licensing and VCL copy protection system designed to provide a high level of security, support all Microsoft OS from Windows 95 to the latest Windows Vista (LongHorn).
Now protect your applications for the next Microsoft OS Windows Vista!
ICE License is the first licensing copy protection support Windows Vista for Borland Delphi & C++ Builder
More details about ICE License, go to :
http://www.ionworx.com/icelicense.html
What's news in major update :
- Support Windows Vista
- Support Delphi 2005, Delphi 2006 (Win32)
- Support C++ Builder 2006
- Some bugs has been fixed
- Executable Modification Protection fixed
- ICE License Engine optimized for Vista
- License Manager License Form bug fixed
- License Manager tabulation fixed
- License Agreement Updated
You can see video under Windows Vista :
http://www.ionworx.com/icevista.html
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- DOT ON SCREEN (2001-01-03 03:42:55)Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function
COLORREF SetPixel(
HDC hdc, // handle...
- HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- NEED HELP WITH DELPHI DLL'S (2001-01-05 06:17:19)Thanks for the replay, but I need a handle to the calling program not the DLL. Instance in DLLMain(...) is to the calling program. Thanks...
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)I did something like this. I wrote a fully operative phone-
based banking applciation in two days using VisualVoice and
Dialogic cards. However,...
|