Re: IB framework not compatible with Obj-C++ ?
Re: IB framework not compatible with Obj-C++ ?
- Subject: Re: IB framework not compatible with Obj-C++ ?
- From: lbland <email@hidden>
- Date: Mon, 16 Jun 2003 08:38:26 -0400
On Monday, June 16, 2003, at 05:44 AM, Karin Kosina wrote:
(b) Change the Obj-C++ compiler to be not C++ compliant in
that respect.
... and chose to go for (b).
Is that correct?
OK, I just tried extern "Objective-C" and it didn't work, but it should.
They should fix the
extern "Objective-C" {}
language statement. That is suppose to take care of issues like that.
That is all they have to do, is fix a thing that is broken, no
incompatibility. Then they need to fix the tokenization so it doesn't
substitute operators in a method name (just in case you want to use the
declared method). It is just a compiler bug, not a language
incompatibility.
-lance
Lance Bland
mailto:email@hidden
VVI
888-VVI-PLOT
http://www.vvi.com
_______________________________________________
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.