| Re .0:
> Is there any easy way to convert an Amiga program to Apple or Macintosh
> inexpensively and quickly. The program in question is written in Basic.
> Also what features of the Amiga 3000 are not convertable(such as
> sound)?
There is good news and not-so-good news when it comes to converting
BASIC programs from one system to another. The good news is that
computational stuff should convert with little or no effort. You'll
probably have to apply line numbers to your Amiga BASIC source files
and you may have to do away with any of Amiga BASIC's fancier features,
like named labels (instead of line numbers) and WHILE loops.
The bad news (as you suspected) is that there's no single standard for
sound and graphics stuff, so each system does them differently and
you'll have to hand-tailor most of those parts.
Get the BASIC manual for the target system and compare the commands
available to you. If you're writing new programs, try to limit
yourself to the commands that are common to both versions of BASIC.
That means you'll have much LESS to convert when the time comes.
|