Qbasicnews.com

Full Version: How to use RelLib?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Silent-Death

Is there any tutorials or something to learn how to use rel lib and the advanced commmands it has? BTW I've read part of the doc, but that just confused me...
Yeah, i have been having trobule with rel lib too... i don't get the code in the examples at all =(
It means two things:
1. I'm a bad coder
2. My english is bad

;*)

What part of the docs confuses you? And what examples are obusfucated.?

Silent-Death

I don't get anything about it, when i try to load a example in qb it doen't run... all those commands confuse me. So basically the problem isn't that your a bad coder (which your not =D) ,or your english (because i can easily understand that), it's just more all those commands in the examples i don't get =(. Well i guess my question is more so, where can i learn all those commands and what they do and such (qb hlep confuses me kindof).
Have you loaded RelLib when starting the QB IDE? At the command line, type something like "QB /LREL" to do so.

The RelLib procedures are all documented in the manual distributed with the library. You won't find them in the QB Help system.

Silent-Death

I'm runnning win XP... anyways what i'm saying is that in the examples the code used confuses me (even the qbasic one's)

Also i have no idea how to load rellib... =(
I'm not sure if you can do this with XP, but with other Win Os's you can just create a shortcut to QB on the desktop and edit the command line...

right-click\properties\program\Cmd line
Code:
C:/QB45/QB.EXE /L rel /AH

You also need to include relLib.bi at the beginning of each QB program that you make using relLib...

Code:
'$INCLUDE:'relLib.bi'

Just don't forget to set the right paths.