PDA

View Full Version : Expiration Date



NewsArchive
08-04-2008, 01:30 AM
Hello -

How should I put a simple expiration date on my SB 6 project?

Thanks.

Jeff Slarve

NewsArchive
08-04-2008, 01:32 AM
I have some license update things where I put an expiration date in the
setupbuilder installation.
I find it easiest to read my compiler constant (expiration date) from an INI
file.

Then exit if "today" is past that date.
In the pics, the text of the INI file is
[$JEXPIRES$]
Value=20080831


Jane

NewsArchive
08-04-2008, 01:33 AM
Found "Get System Information". You can get the date there.

Thanks.

Jeff Slarve