Re: ObjC from C
Re: ObjC from C
- Subject: Re: ObjC from C
- From: Per Persson <email@hidden>
- Date: Fri, 14 Dec 2001 17:13:54 +0100
Maybe a bit late in the discussion, but check the source for AquaTerm at
http://aquaterm.sf.net particularly the file aquaTerm.trm in CSV
/adapters/gnuplot. Despite the file ending it is a (Objective) C file.
It is used as an adapter between gnuplot (written in C) and AquaTerm
(ObjC/Cocoa).
Cheers,
Per
On torsdag, december 13, 2001, at 07:42 , Rosyna wrote:
Is it possible for a C application (it starts as C) to start calling
ObjectiveC methods or move to ObjC?
like....
int main(int argc, const char *argv[])
{
return SomeLameCFunction("NO!");
}
bool SomeLameCFunction(char * bob)
{
// fall into cocoa here....
}
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insane People
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.