Page 1 of 1
Libray Question
Posted: Sat Sep 13, 2003 9:18 pm
by Guest
Hello, newbie here. I was wondering how you install and use those downloadable libraries for Qbasic 7.1 . If anyone could give me a little tutorial it would be much appreciated!
ItRe: Libray Question
Posted: Sat Sep 20, 2003 7:07 am
by frankiebaby
typically thier should be a .LIB and a .QLB. the .QLB allows the program to be interpreted and the .LIB allows compilation. The QLB can be made from a a LIB using the LIB.exe. To use one library, simply load QB with the /L libraryname.QLB option. To use more than one, they must combined into one library first using LIB.exe. Any corresponding include files must be included as well. I cant seem to find a good documentation on the LIB.exe or how to use libraries. But i hope someone knows where one is.
Re: Libray Question
Posted: Tue Sep 23, 2003 10:50 am
by Dr_Davenstein