Poll: Do you prefer QB 4.0 to 4.5 ?
You do not have permission to vote in this poll.
Yes
100.00%
5 100.00%
No
0%
0 0%
Total 5 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Name files with QB 4.0
#31
Quote:I always found very funny that "friendly competition" between Tele's and Strat's

That's classic. I couldn't resist the temptation to mention it. [Image: biglaugh.gif]
img]http://usuarios.vtr.net/~disaster/sigs/annoyizer.php[/img]
Reply
#32
Got the answer : the files names were OK, but the files were in a windows directory that had a long name... The path was not solved by QB4.0!

Works fine now, so I have set three options in the Windows files managers for the .bas files :
1) Open > QB4.5, for ergonomy,
2) Edit > Notepad (this allows cut&paste with other Windows applications)
3) Run > QB4.0, for speed.

So I can just right-click on the .bas and choose what I wanna do...
hink Global, Make Symp' All ! ®
[Image: Banner.gif]
Reply
#33
Why? Why don't you just use qb 4.5 in the first place? You won't get more performance by using 4.0. If you want the best performance you should use vbdos 1.0.
oship me and i will give you lots of guurrls and beeea
Reply
#34
Quote:You won't get more performance by using 4.0. If you want the best performance you should use vbdos 1.0.

Well, QB4.0 is "just" three times faster than QB4.5 when you have floating points calculations, and I use a lot of them. Since I use qb.qlb for dos interrupts, I cannot easily load ffix and qb.qlb at the same time: so using QB4.0 for compiling is an easy shortcut...

I've never heard about vbdos... I'll try to find this and I'll be back in case I cannot find it.
hink Global, Make Symp' All ! ®
[Image: Banner.gif]
Reply
#35
err, ever thought about combining the libs?
oship me and i will give you lots of guurrls and beeea
Reply
#36
Well, I know there are ways to do this, but I lost the method during my HD crash last monday. Antoni Gual had sent me the guidelines...

Is there a way to merge the two libraries into one ? Or is there a way to have the two libs (ffix and qb.qlb) automatically loaded when launching QB ?

This would help me a lot 8) :wink:
hink Global, Make Symp' All ! ®
[Image: Banner.gif]
Reply
#37
LIB.EXE and LINK.EXE stuff:: http://www.geocities.com/na_th_an_wopr2k/limits.txt
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#38
Yepp, the lib file is needed for compiling and the qlb file is for running in the IDE. So first you need to combine to libs, and if you want to use it in the IDE as well you need to create a qlb as well.

lib ffixqb.lib +ffix.lib +qb.lib;
link /q ffixqb.lib, ffixqb.qlb,, bqlb45.lib;

now you have ffixqb.lib and ffixqb.qlb which contain both qb.lib and ffix.lib.
oship me and i will give you lots of guurrls and beeea
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)