Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.misc > #496 > unrolled thread

Ancient find

Started bypinnerite <pinnerite@gmail.com>
First post2021-03-10 20:11 +0000
Last post2021-04-27 22:00 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.basic.misc


Contents

  Ancient find pinnerite <pinnerite@gmail.com> - 2021-03-10 20:11 +0000
    Re: Ancient find "Wendelin Uez" <wuez@online.de> - 2021-03-11 19:39 +0100
    Re: Ancient find Marc 'BlackJack' Rintsch <marc@rintsch.de> - 2021-04-27 22:00 +0000

#496 — Ancient find

Frompinnerite <pinnerite@gmail.com>
Date2021-03-10 20:11 +0000
SubjectAncient find
Message-ID<20210310201109.e918c07cdbf796d4dd60cd72@gmail.com>
While filtering an old file to decide whether to keep or scrap, I came across three pages of green music-ruled printout with a BASIC program written by me in 1983.

I decided that it would come in useful. Eventually I want to convert it to C or C++ but I want to test it in an MBASIC or MSBASIC compatible interpreter first.

I have installed :

Vintage Basic - I cannot find out how to load the source in.
Gambas3 - I have 29 instal errors that will not shift.

Any advice would be welcome.

TIA


-- 
Mint 20.04, kernel 5.4.0-42-generic, Cinnamon 4.6.7
running on an AMD Phenom II X4 Black edition processor with 8GB of DRAM.

[toc] | [next] | [standalone]


#497

From"Wendelin Uez" <wuez@online.de>
Date2021-03-11 19:39 +0100
Message-ID<s2do6b$qgq$2@dont-email.me>
In reply to#496
What kind of Microsoft Basic is the code, QBASIC, MBASIC or BASCOM? Or did 
you use any other non-Microsoft BASIC interpreter/compiler?

I would prefer to run the code with its original interpreter. Some 
interpreter have still been able to run under WIN7 and lower, and WIN7 could 
be run in a virtual machine.

There are also virtual machines available for CP/M and MS DOS where you can 
run original QBASIC f.e. directly, but there are problems booting them from 
floppy disk even on machines with built-in FDD. As I heard some had no 
problems to boot from USB floppy.

wuez 

[toc] | [prev] | [next] | [standalone]


#498

FromMarc 'BlackJack' Rintsch <marc@rintsch.de>
Date2021-04-27 22:00 +0000
Message-ID<s6a1hv$1973$1@gioia.aioe.org>
In reply to#496
On Wed, 10 Mar 2021 20:11:09 +0000, pinnerite wrote:

> While filtering an old file to decide whether to keep or scrap, I came
> across three pages of green music-ruled printout with a BASIC program
> written by me in 1983.
> 
> I decided that it would come in useful. Eventually I want to convert it
> to C or C++ but I want to test it in an MBASIC or MSBASIC compatible
> interpreter first.
> 
> Any advice would be welcome.

If it's more like GW-BASIC, you may try PC-BASIC, an interpreter, 
including the screen editor, implemented in Python:

  http://robhagemans.github.io/pcbasic/index.html

For QBasic/QuickBasic like code, I would give the FreeBASIC compiler a 
shot:

  https://freebasic.net/

Ciao,
	Marc 'BlackJack' Rintsch
-- 
                       /^\
                       \ /
 ASCII RIBBON CAMPAIGN  X  AGAINST HTML MAIL
                       / \

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.basic.misc


csiph-web