Re: Pascal and Cocoa
Re: Pascal and Cocoa
- Subject: Re: Pascal and Cocoa
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 24 Sep 2001 19:31:28 +0100
On Monday, September 24, 2001, at 07:18 pm, John C. Randolph wrote:
What is the needs to use Pascal libs under Cocoa:
pascal libs compiled with Codewarior Pascal that generate a Carbon lib.
I'm just guessing here, but since CW can generate Mach-O libraries now,
you should be able to build them as Mach-O, and link them like any
other Mach-O library (although you'll have to declare the API as pascal
functions.)
Note that you'll need CW Pro 7 to do this.
-- Finlay