Search found 2261 matches

by NormanDunbar
Wed Dec 17, 2014 10:51 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 52706

Re: SBASIC & C++

Regarding CPORT, I bought that years ago, and after running it on a couple of fairly simple programs, never used it again. The code output was pretty dire and I'm not sure it would be all that much more efficient. Maybe I'll dig it out sometime, if my floppies still revolve that is, and have another...
by NormanDunbar
Wed Dec 17, 2014 10:44 pm
Forum: Software & Programming
Topic: SBASIC & C++
Replies: 108
Views: 52706

Re: SBASIC & C++

Hi Per, Tobias, What is the DEF_INTEGER on line 100 for? Per If I remember my Turbo correctly, Def Integer means that those variables will be treated as integers and not floating point. Handy for pre SMS* QLs that can't do integer FOR loops, for example. Should run quicker, I think. But that depends...
by NormanDunbar
Tue May 13, 2014 9:52 pm
Forum: Help for New Users
Topic: Accessing QUANTA software library
Replies: 18
Views: 15156

Re: Accessing QUANTA software library

Evening all, I have set up a Windows XP Virtual Machine on my Linux laptop, running under VirtualBox, and installed the trial version of QemuLator 3.1.2 on it. I downloaded the Libguide zip file from the Quanta web site. With the zip file extracted and the folder it lives in attached as mdv1_ I load...
by NormanDunbar
Sat May 10, 2014 4:56 pm
Forum: Help for New Users
Topic: Accessing QUANTA software library
Replies: 18
Views: 15156

Re: Accessing QUANTA software library

By the way, the source code should be available from Quanta, I know I sent it to Roy Brereton many years ago, there are two versions libguide and libadmin, generated from the same source files. Libguide is read only while libadmin is read write and has options for admins.

Cheers,
Norm.
by NormanDunbar
Sat May 10, 2014 4:48 pm
Forum: Help for New Users
Topic: Accessing QUANTA software library
Replies: 18
Views: 15156

Re: Accessing QUANTA software library

Afternoon all, I don't get here much, so please email me if you have something to add - norman (at) dunbar (hyphen) it (dot) co (dot) uk. I wrote the DBAS based version of the library guide many many many years ago, using the DBAS database system and C68. I've had a conversation with Dilwyn, by emai...
by NormanDunbar
Fri Dec 16, 2011 11:59 am
Forum: QL Emulation
Topic: How difficult would it be?
Replies: 8
Views: 7420

Re: How difficult would it be?

Norman, please go on writing! I have much more use for your Assembler articles than for YAIL(*). (*)Yet Another Interpreted Language Morning tofro, Thanks! I never knew anyone other than George read my articles. I have two readers now! ;-) Using an AST (Abstract Syntax Tree) between the parser and ...
by NormanDunbar
Thu Dec 15, 2011 10:56 am
Forum: QL Emulation
Topic: How difficult would it be?
Replies: 8
Views: 7420

Re: How difficult would it be?

Porting S*Basic to, say, Raspberry Pi has been going around in my head for a while, plus, (I'll regret this) it's not all that hard at all. ANTLR http://www.altlr.org would be my tool of choice and I'd generate a C interpreter from it, not Java. Then I'd slap a wxWidgets http://www.wxwidgets.org fro...
by NormanDunbar
Wed Aug 03, 2011 9:30 am
Forum: Software & Programming
Topic: 20 Line Programming Challenge
Replies: 21
Views: 17320

Re: 20 Line Programming Challenge

If all a user has is Notepad, then that program adds the wrong code (CR,LF) to end each line of text (and you also get spacing before each line). Umm, if all a user has is Notepad, then I assume Windows. In which case, most (all?) versions of Windows after 3.11 (!) come with Wordpad as well as Note...
by NormanDunbar
Tue Jul 19, 2011 1:21 pm
Forum: QL Emulation
Topic: Linux emulator uQLx "on a stick"
Replies: 11
Views: 11697

Re: Linux emulator uQLx "on a stick"

A few people offered to help me get this done (I have no knowledge of Linux). Yes indeed, I was one of them. :-( Sadly, nobody came up with a finished package. Which is sad, because I keep getting asked for a "QL On A Linux Stick" or whatever else it might be called. I'd add a "yet&q...
by NormanDunbar
Tue Jan 04, 2011 4:01 pm
Forum: QL Emulation
Topic: Sharing Data between QLs
Replies: 7
Views: 8737

Re: Sharing Data between QLs

For Linux users - Norman Dunbar did do some work on trying to create a native system to allow Linux to read QL disks directly - see http://qdosmsq.dunbar-it.co.uk/doku.php?id=linux:fs:start Yes, with"some" being the operative word. While I was developing the software, back when time seeme...