Using RelLib

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
User avatar
Halifax
Coder
Posts: 21
Joined: Thu Apr 07, 2005 4:20 pm
Location: utah

Using RelLib

Post by Halifax »

just got rellib and i cant '$include "C:\RPG\RelLib.lib" it
am i linking to the correct file? do i need to move the file? if someone could send me a working program that $include's something that'd be a big help. thanks
And you will come to find that we are all one mind, capable of all that's imagined and all conceivable - Maynard
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

You include:
Rellib.bi

You start QB with the parameter:
/l rellib

Make sure you ahve: Rellib.bi, rellib.lib and rellib.qlb


Optionaly, you can compile from the commandline and manually link with the library.
I have left this dump.
Post Reply