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.
Printable View
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.
Alas, i have already tried that, and it only works for "Quick Libraries" (*.qlb)
thanks anyway
I checked my QB folder and there was no filename with the extention of QLB. I only found LIB.
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.