[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • VBDOS Shareware issue
Page 1 of 1

VBDOS Shareware issue

Posted: Thu Apr 02, 2009 11:54 am
by Harry Potter
I am worling on a VBDOS program and want it to be Shareware. However, I can't do conditional compilation with VBDOS. I thought about using a password to enable the Registered version features like other programs, then encrypt it with such computer-specific information such as the containing drive's serial #. But what if the computer's configuration changes? BTW, this program is supposed to work in a network environment. Also, how do I access said computer-specific information from VBDOS?