Libray Question

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators: Administrator, Global Moderator

Post Reply
Guest

Libray Question

Post 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!
User avatar
frankiebaby
Global Moderator
Posts: 95
Joined: Tue Apr 30, 2002 1:38 am
Location: Pennsylvania
Contact:

ItRe: Libray Question

Post 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.
Dr_Davenstein
QBasic God
Posts: 166
Joined: Tue Mar 25, 2003 12:45 am
Location: U.S.A.
Contact:

Re: Libray Question

Post by Dr_Davenstein »

https://qbasic.net/cgi-bin/yabb/YaBB ... 1056918853

Here are some easyto follow instructions.  ;D
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!
Post Reply