QLBs from LIBs using link

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

Moderators:Administrator, Global Moderator

Post Reply
Jakykong2
QLBs from LIBs using link

Post by Jakykong2 » Sun Dec 12, 2004 11:48 pm

Ok, MultiLib isn't working since i re-installed my system, and i have forgotten since using multilib how to actually make the libraries manually.

I figured out how to link my OBJs to a LIB, but i'm having a problem linking my LIB to a QLB.

Anyone help?


BTW forgot to log in... i'm acutally Jakykong... the 2 is to distinguish them

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Post by Dr_Davenstein » Mon Dec 13, 2004 4:54 am

LINK /Q LIBNAME.LIB, LIBNAME,,BQLB45;

That's how you do it manually. ;)
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