Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add libs..
#1
I have my own libary with diffrent routines..
Engine.lib
Engine.qlb
Enigne.bi

I want to add ffix to that..
The ffix files are:
Ffix.lib
Ffix.qlb
Ffix.obj
Ffix.asm

I did this to combine the two libs
LIB New.lib Engine.lib;
LIB New.lib + Ffix.lib;

But how can I combine the two qlb files?
ttp://hem.passagen.se/qb.basta
Reply
#2
You don't combine QLBs, QLBs are built out of your LIB file. So you combine your LIBs, then make the QLB out of the resulting LIB...

http://faq.qbasicnews.com/?blast=PushingTheLimitsOfQb
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#3
Oki, i tried it but it doesnt work, i'm sure i'm doing it wrong..
Here is what i did:
I got my self New.lib by combining Enigne.lib and Ffix.lib
Two new files was created, New.lib and New.Bak
Now what's the next step?

I did like in that tut:

LINK /Q New.BI,New.QLB,NUL,BQLB45.LIB

First of all that Bi file, is that the old one i had (Engine.bi) and New.qlb is the one that should be created?
ttp://hem.passagen.se/qb.basta
Reply
#4
Thank you, you made me find a bug. The correct command is:

Code:
LINK /Q New.LIB,New.QLB,NUL,BQLB45.LIB
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#5
Thx alot na_th_an, it works like a dream =)
ttp://hem.passagen.se/qb.basta
Reply
#6
Ya, but when you wake up, the program will crash :\
am an asshole. Get used to it.
Reply
#7
Is that so.. :lol:
ttp://hem.passagen.se/qb.basta
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)