Home | Reviews | GUIpedia | Forum | Fun500


agumaQbasic libraries in FreeBASIC
Is there any way to use a qbasic library in FreeBASIC? Specifically, I'm trying to compile Spark in FreeBASIC for speed & because I ran out of memory in qb. :laugh: So, can I use a QLB in FreeBASIC? If not, what should I do about it?
2008-09-188:23 PM

Re:Qbasic libraries in FreeBASIC
Don't use freebasic! If your programs don't go so well due to qbasic's limits, find a way around them! That is the fun in QBasic programming.
2008-09-188:37 PM

agumaRe:Qbasic libraries in FreeBASIC
well it works when I run it in QB but it can't compile, that's the annoying part!
2008-09-188:41 PM

ToddRe:Qbasic libraries in FreeBASIC
Try using BC and LINK alone. QB uses its own way of compiling with BC and LINK but if you do this: [code] bc/o/t spark spark nul link spark+qb.lib spark.exe [/code] I forget if that's the way to do it but try it that way. At least it should tell you why it won't compile.
2008-09-189:21 PM

ksrRe:Qbasic libraries in FreeBASIC
QB = 16-bit FB = 32-bit As far as I'm aware, there is no way to use a compiled QB library in FreeBASIC. If you have the source, of course, you could try and port it.
2008-09-194:53 AM

Other


2021 Brandon Cornell