Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!mjw06513 From: mjw06513@uxa.cso.uiuc.edu (Mary Winters) Newsgroups: comp.lang.pascal Subject: Re: HELP: Pascal -=> C Message-ID: <1990Jan20.153403.2210@ux1.cso.uiuc.edu> Date: 20 Jan 90 15:34:03 GMT References: <449@ns-mx.uiowa.edu> Sender: news@ux1.cso.uiuc.edu (News) Reply-To: mjw06513@uxa.cso.uiuc.edu (Mary Winters) Organization: University of Illinois at Urbana-Champaign Lines: 13 There are a couple Pascal to C translators I am aware of. One is a shareware product, the latest version of which is called TPTC17 or something similar. This program translates Turbo Pascal (version 4?) to Turbo C. The other is a freebie put out by Microsoft which translates Turbo Pascal to Microsoft Quick C (in an obvious attempt to snatch some of Borland's customer base ;-) I have not used either, but both are likely to take most of the grunt work out of your porting chore. Only one potential problem: these programs run on IBM PC/compatibles, so if you don't have one, you'll need to borrow one to do the conversion. Both are probably available on scads of BBSi, and the Microsoft converter is also available for anonymous ftp from SIMTEL20. Good luck with your porting!