Qbasicnews.com

Full Version: Is there a .BAS Compiler for Linux?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
That supports QB4.5 files (Call absolute) and libraries?

I'm not talking about a full Dev. IDE here, but if that exist it would be nice.
That's the problem: You won't ever get a 100% compatible compiler. Libraries are machine code binary files that work with MSDOS. No way to make that work in other operating systems without emulation, so no way.

You may find a Basic compiler that supports the modern MS language syntax, but it won't be something you can plug your DirectQB and load your latest QB game in. That's impossible.
There are pretty fast emulators, though. At least, faster than Windows XP's VM. Ask Oracle, he uses Linux and QB together, I believe.
It was for a friend, but he seem to have lost interesst... so never mind... Tongue

Thanks for the replies though
I was using QB under Linux for quite a while. Works great under Dosemu and Dosbox both. VBDos's link program won't however, so you'll be stupid with 7.1 and earlier. :wink:

http://dosemu.sourceforge.net/
http://www.dosbox.org/
I've never had a problem with VBDOS under dosemu... you sure about that? I'll try it later, just in case, but as far as I rememer, it worked ok.

Jonathan Simpson
I can guarantee you something: It's impossible to make an emulator that runs faster than Windows XP's MSDOS VM. Why? 'cause with a VM, it is your real machine which executes the instructions. Only system calls and interruptions are handled by the VM. In an emulated MSDOS, everything is ran by the emulator.
Quote:I can guarantee you something: It's impossible to make an emulator that runs faster than Windows XP's MSDOS VM. Why? 'cause with a VM, it is your real machine which executes the instructions. Only system calls and interruptions are handled by the VM. In an emulated MSDOS, everything is ran by the emulator.
The uninitiated are unaware of this, and use every opportunity to degrade Microsoft. It's rather annoying, really. Sad The XP VM is exceptionally fast when configured properly.
I just installed bochs on my RedHat 9 system and DOS 6.2 and now I am on the look out for Win 3.11. IMO Bochs runs very fast considering my PC is a PIII 450MHz with 192MB RAM =P.
Yeah, bochs performs quite well even in its windows version. But it will never surpass the speed of the XP VM.
Pages: 1 2