Dear All,
I would like to make a demo version for the customer. In the past, I use Blinker to limit the time of running the program?
How can I make in xHarbour/FWH?
Thanks in advance and appreciate for all idea.
Best regards,
Dutch
Without changing a line of your source code, you will be able to take your fully functioning program and create a copy that STOPS in 30 days! No needing to create a special version of your program that contains the shut-off code, nor do you need to provide your clients with software that is missing crucial features, "crippleware". Trial Creator is totally free and will remain functioning as long as you like.
...
...
SET DATE GERMAN
SET CENTURY ON
// I don't want < "10.05.2010" > can be detected with a Hex-Editor
// ---------------------------------------------------------------------------
cTest1a := "10."
...
...
cTest1b := "05."
...
cTest1c := "20"
...
cTest1d := "10"
...
...
cTest1 := cTest1a + cTest1b + cTest1c + cTest1d
MsgInfo( cTest1 := Encrypt( cTest1, "User1Key" ) )
MsgInfo( cTest1 := Decrypt( cTest1, "User1Key" ) )
MsgAlert( cTOD( ctest1 ) )
// Ask on different places inside Your Application
// -------------------------------------------------------
IF DATE() > cTOD( ctest1 )
QUIT
ENDIF
dutch wrote:Dear All,
Thank you very much for many idea. I've some question.
1) If they change the date to future (example 12/31/2020) before install.
2) Before they start the program, they change the date to the day before expire (example 01/01/2000).
How can we check it?
Best regards,
Dutch
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], jmartial, Marc Venken and 109 guests