Discussion:
QuickBasic interpreter for windows XP??
(too old to reply)
Robert Blass
2008-09-23 01:19:50 UTC
Permalink
QuickBASIC interpreter/debugger runs my CPU to 60C which is 10C above
the max for this CPU.

The QuickBASIC interpreter/debugger defaults to a window size that is
too tiny. If I try to increase the size or even make it maxamized the
thing with Freeze.

Is there a QuickBASIC interpreter/debugger that works the way the MS
version does but allows it in a Windows XP environment?

I'm not trying to code something big and I'd like to be able to see
what I am doing.

Anyone??
Auric__
2008-09-23 14:57:44 UTC
Permalink
Post by Robert Blass
QuickBASIC interpreter/debugger runs my CPU to 60C which is 10C above
the max for this CPU.
The QuickBASIC interpreter/debugger defaults to a window size that is
too tiny. If I try to increase the size or even make it maxamized the
thing with Freeze.
Is there a QuickBASIC interpreter/debugger that works the way the MS
version does but allows it in a Windows XP environment?
I'm not trying to code something big and I'd like to be able to see
what I am doing.
Anyone??
1. Off-topic. PowerBASIC is not QuickBASIC.
2. Multipost, bad.
--
I'd like to give you the weather for the next 50 years.
Sun in L.A., rain in Seattle.
Michael Mattias
2008-09-23 15:16:31 UTC
Permalink
Post by Robert Blass
QuickBASIC interpreter/debugger runs my CPU to 60C which is 10C above
the max for this CPU.
The QuickBASIC interpreter/debugger defaults to a window size that is
too tiny. If I try to increase the size or even make it maxamized the
thing with Freeze.
Is there a QuickBASIC interpreter/debugger that works the way the MS
version does but allows it in a Windows XP environment?
I'm not trying to code something big and I'd like to be able to see
what I am doing.
Anyone??
I have three dollars says any overuse of CPU resulting in excess heat is
caused by
DO : Z$=INKEY$: LOOP UNTIL LEN(Z$)

These 'nothing' loops tie up CPUs big time.

Window size can be adjusted by creating a shortcut...

Start [path\]qbasic.exe [[/RUN [sourcefilename]]

.. and playing with the "properties" thereof.
--
Michael C. Mattias
Tal Systems Inc.
Racine WI
***@talsystems.com
Jonathan Berry
2008-09-23 16:58:10 UTC
Permalink
You might try Tamedos.

Version 5.0 worked for me (RC 2 didn't), but eventually I
decided that the overburden of the program negated the gains I
was getting with the occasional running of a DOS program.
Still, it may be just what you need.
Post by Robert Blass
QuickBASIC interpreter/debugger runs my CPU to 60C which is 10C above
the max for this CPU.
The QuickBASIC interpreter/debugger defaults to a window size that is
too tiny. If I try to increase the size or even make it maxamized the
thing with Freeze.
Is there a QuickBASIC interpreter/debugger that works the way the MS
version does but allows it in a Windows XP environment?
I'm not trying to code something big and I'd like to be able to see
what I am doing.
Anyone??
--
happy
Jonathan Berry and Erika http://members.shaw.ca/berry5868/fun.htm
Loading...