[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 • How to make a library file
Page 1 of 1

How to make a library file

Posted: Sat Apr 02, 2011 9:24 am
by TRANERAECK
How to make a library file is not so easy.
1st: compile file with bc.exe
2nd: run LINK
at OBJECT /QU plus object file minus extension
at run should say qlb full path with qlb extension
nul press enter
at library full path with BQLB45.LIB
3rd: run LIB
Library name full path with filename.LIB
CREATE Y
operations use +filename no extension
list file press enter
This will give you the QLB library file. Make sure your .BAS file only has SUBS and FUNCTIONS maybe a variable initializer maybe type end type.
USE .BI for your INCLUDE and DECLARE your SUB or FUNCTION in LIBRARY QLB with the same parameters. :twisted: