While looking around for documentation on ACK's native tongue of Turbo Pascal, I found the Turbo Pascal Programmer's Page:
http://www.devq.net/pascal/
There is a free downloadable electronic book linked there (The Turbo Pascal Reference by Ed Mitchell) which would be highly useful to anyone working with the ACK source code.
ftp://garbo.uwasa.fi/pc/turbopas/tpr-book.zip
This guide covers Turbo Pascal 6.0 and 7.0. I'm not sure which version ACK uses exactly - does anyone remember if Chris mentioned it or not? Anyway, it should be a useful reference in any case.
Turbo Pascal reference online
Moderators: Ice Cream Jonsey, joltcountry
-
- Posts: 223
- Joined: Sun Jan 25, 2009 2:17 am
- Location: Dallas, TX
- Tdarcos
- Posts: 9529
- Joined: Fri May 16, 2008 9:25 am
- Location: Arlington, Virginia
- Contact:
Re: Turbo Pascal reference online
Are you serious? Are you only planning to write a program that runs under DOS? I would think you'd be using Delphi in order to allow the program to be run under Windows.rld wrote:While looking around for documentation on ACK's native tongue of Turbo Pascal, I found the Turbo Pascal Programmer's Page:
http://www.devq.net/pascal/
There is a free downloadable electronic book linked there (The Turbo Pascal Reference by Ed Mitchell) which would be highly useful to anyone working with the ACK source code.
ftp://garbo.uwasa.fi/pc/turbopas/tpr-book.zip
This guide covers Turbo Pascal 6.0 and 7.0. I'm not sure which version ACK uses exactly - does anyone remember if Chris mentioned it or not? Anyway, it should be a useful reference in any case.
But if you're going to use something like TP6 or 7, I'd consider going with Free Pascal (http://www.freepascal.org) which is an open-source Pascal compiler which they are attempting to make compatible with TP6/7 and can compile for both DOS/Windows and Linux.
"Baby, I was afraid before
I'm not afraid, any more."
- Belinda Carlisle, Heaven Is A Place On Earth
I'm not afraid, any more."
- Belinda Carlisle, Heaven Is A Place On Earth
-
- Posts: 223
- Joined: Sun Jan 25, 2009 2:17 am
- Location: Dallas, TX
Re: Turbo Pascal reference online
ACK (Adventure Creation Kit) was originally written (by Chris H, not by me) in DOS Turbo Pascal. The code dates from the late 80s/early 90s, or thereabouts. It will run under Windows, but this requires the use of the DOSBox emulator.Tdarcos wrote:Are you serious? Are you only planning to write a program that runs under DOS? I would think you'd be using Delphi in order to allow the program to be run under Windows.rld wrote:While looking around for documentation on ACK's native tongue of Turbo Pascal, I found the Turbo Pascal Programmer's Page:
http://www.devq.net/pascal/
There is a free downloadable electronic book linked there (The Turbo Pascal Reference by Ed Mitchell) which would be highly useful to anyone working with the ACK source code.
ftp://garbo.uwasa.fi/pc/turbopas/tpr-book.zip
This guide covers Turbo Pascal 6.0 and 7.0. I'm not sure which version ACK uses exactly - does anyone remember if Chris mentioned it or not? Anyway, it should be a useful reference in any case.
But if you're going to use something like TP6 or 7, I'd consider going with Free Pascal (http://www.freepascal.org) which is an open-source Pascal compiler which they are attempting to make compatible with TP6/7 and can compile for both DOS/Windows and Linux.
For more info and downloads, see http://www.80sgaming.org/ack/.