I spent another 52 hours programming the QBasic addin in the past weeks (Yes I do count the hours!) and the result is a version of QBasic which is now a bit practical: QBasic 0.20. Download it from here.
Here is the program i tested and it worked: Codes from Betoe (Link). Run it with QBasic and compare the speed of QBasic with CPBasic with that. Enjoy the high speed!
QBasic still does not support graphical programs.
The program interface is very simple. Just one menu called "Open" (you know what to do with that menu, yeah?) Also, the "Continue" button ( |> ) (which in CP Basic appears beside the battery indicator when a program pauses) is in the toolbar in QBasic.
Important: Errors and Bugs:
This addin is still a beta and has bugs, so use it at your own risks.
If QBasic encounters errors when running a program, it stops running it and shows a message box with only a number in it. The most common error you may see is 0000300C which means there is a command in the program which is not supported by QBasic right now.
Other errors: 00001000 usually happens when you have lists or matrices in the program. They're not supported right now. In case of other errors, please first run the file with classpad's built-in 'Program' to see whether the error exists there. If the error only happens in QBasic, then tell me.
Please comment up so i know what you think about it. At first you may notice that you can run very limited number of programs with it now, but If reactions are positive, i become motivated to develop this addin more and more! So tell me what basic program do you like to with QBasic so that i work on that.
Bye.
Edited by MicroPro, 12 December 2010 - 06:34 PM.