home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!uni-heidelberg!gs.statlab.uni-heidelberg.de!user
- From: gs@statlab.uni-heidelberg.de (G. Sawitzki)
- Subject: Re: Think Pascal->C conversion -- advice?
- Message-ID: <gs-020956042624@gs.statlab.uni-heidelberg.de>
- Followup-To: comp.sys.mac.programmer
- Sender: news@sun0.urz.uni-heidelberg.de (NetNews)
- Organization: StatLab Heidelberg
- References: <1992Dec18.021125.23146@afterlife.ncsc.mil>
- Date: Wed, 23 Dec 92 10:10:25 GMT
- Lines: 17
-
- In article <1992Dec18.021125.23146@afterlife.ncsc.mil>,
- mssmith@afterlife.ncsc.mil (M. Scott Smith) wrote:
- > I'm in the process of converting a large, complex program written with
- > Think Pascal to Think C.
-
- P2c may save you some work. P2c is a converter from from Pascal to C.
-
- You can find p2c as stand-alone application as well as an MPW tool on our
- server
- statlab.uni-heidelberg.de [129.206.113.100]
-
- Current limitations:
- Object Pascal not supported
- Conditional compilation not supported
- So you may need to spend some preparatory work to get the standard units
- from MPW (Types.p, Memory.p,...) and remove the conditional statements.
- G. Sawitzki
-