home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20237 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.2 KB  |  30 lines

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