>|> On the other hand, the Pascal source could not be compiled with
 >|> GNU Pascal compiler.
 >|> 
 >|Pascal is a highly nonstandard language.  There is an official Pascal
 >|standard but there are many popular implementations which have many useful
 >|enhancements that are mutually incompatible (does this sound familiar?).
 >|When I wrote M-Tx, I used an old MS-DOS machine with Turbo Pascal on it.
 >|I still find that one of the easiest environments for developing new code.
 >|When it became necessary to port M-Tx to other platforms, there was no
 >|GNU Pascal compiler, but p2c was very convenient since it has a Turbo
 >|Pascal input mode.  But the code is tailored to p2c with the Turbo
 >|option, and it is not surprising that GNU Pascal finds fault with it.
 >|It would probably a major job (but worth doing -- any takers?) to fix
 >|the program so that GNU Pascal likes it.

Try this:

  The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible
  32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time
  library. Some extensions are added to the language, like function
  overloading. Shared libraries can be linked. Basic Delphi support
  is already implemented (classes, exceptions,ansistrings,RTTI).
  This package contains commandline compiler and utils. Provided
  units are the runtime library (RTL), free component library (FCL),
  gtk,ncurses,zlib, mysql,postgres,ibase bindings.

http://www.freepascal.org/

Bob T.
_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to