PDA

Click to See Complete Forum and Search --> : qbasic libraries *.lib


Jimbob42
Jun 19th, 2000, 03:33 PM
Does anyone know how to include *.lib type libraries into qb4.5?
There are a few *.lib files that came with qb4.5 and i assume they are good for something.

Jimbob42
Jun 23rd, 2000, 06:22 PM
Alas, i have already tried that, and it only works for "Quick Libraries" (*.qlb)
thanks anyway

Jun 23rd, 2000, 09:48 PM
I checked my QB folder and there was no filename with the extention of QLB. I only found LIB.

Dejvi
Jul 14th, 2000, 05:49 PM
Library file .lib is practicly the same thing as Q-basic library .qlb, the diffrence is .qlb is used in qb (while editing), and .lib is used when compaling (making an executable), so it is same, same procedures and functions.