Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to load two libraries?
#1
So how to do it?

For example I run QB4.5, and I need the FFIX library, and the basic library. How can I do this? Help please.
ingCheetah, the Running Cheetah Software programmer

http://rcs.fateback.com/
Reply
#2
You can join them together using the LIB.EXE program.

I thought it went something like this:
Code:
LIB MYLIB.LIB FFIX.LIB;
LIB MYLIB.LIB +QB.LIB;

and then make QuickLibraries of it:
Code:
LINK /Q MYLIB.LIB,MYLIB.QLB,NUL,BQLB45.LIB
I think this was it Smile
Reply
#3
If you are working in the IDE, just load FFix as a TSR (ffix.com)before starting QB. This is an example of a bat file I use to load QBX (QB 7.1):
Code:
C:
cd C:\bc7\bin
set PATH=c:\bc7\bin;c:\bc7\binb;%PATH%
set LIB=c:\bc7\lib;%LIB%
set INCLUDE=c:\bc7\src;%INCLUDE%
set HELPFILES=c:\bc7\help;%HELPFILES%

..\tsr\ffix.com
QBX/L QBX.QLB
The important part is the last two lines.
hrist Jesus came into the world to save sinners, of whom I am first.(I Timothy 1:15)

For God so loved the world, that He gave His only begotten Son,
that whoever believes in Him should not perish, but have eternal life.(John 3:16)
Reply
#4
Dav made a non-library replica of FFix that uses something rediculous like 8 lines to fix the bug. It's over at the code post, which is linked to from the main qbasicnews page.
i]"I know what you're thinking. Did he fire six shots or only five? Well, to tell you the truth, in all this excitement, I've kinda lost track myself. But being as this is a .44 Magnum ... you've got to ask yourself one question: 'Do I feel lucky?' Well, do ya punk?"[/i] - Dirty Harry
Reply
#5
So if I LIB them together, I will get a library what I can use for FFIX, and for mouse routines too Smile Excellent!
ingCheetah, the Running Cheetah Software programmer

http://rcs.fateback.com/
Reply
#6
Cheetah,
I'm glad you found a solution you are happy with.

toonski,
Thanks for the info. I noticed that Plasma has a modification of it on the same site. It is a little longer, but it is supposed to be stable in the IDE.
hrist Jesus came into the world to save sinners, of whom I am first.(I Timothy 1:15)

For God so loved the world, that He gave His only begotten Son,
that whoever believes in Him should not perish, but have eternal life.(John 3:16)
Reply
#7
One more thing about FFIX: I found that if I load it, QB4.5 won't crash as much (FFIX.COM before QB), but if I load without it, it crashes approx. after 10 to 30 minutes with taking the whole Windows with itself. So now I load FFIX.COM, and then make my programs with qb/l qbffix.lib (qb.lib+ffix.lib).
ingCheetah, the Running Cheetah Software programmer

http://rcs.fateback.com/
Reply
#8
It's absolutely amazing how two people from completely different areas of the world can have the *exact* same post count!!!
earn.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)