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: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 16 Jun 2003 18:46:59 +0200
At 16:34 Uhr +0200 16.06.2003, Karin Kosina wrote:
| #ifdef and
| #undef and
| #endif
"and" is an actual keyword in ObjC++, not a macro. Therefore this
does not work.
Darrrrrrrn. I had hoped that'd fix your problem.
After all, the fact that "and:" in an ObjC parameter is replaced
with && is a strong hint that GCC is taking a preprocessor shortcut,
although it *should* be using a dedicated identifier. if it really
*was* an identifier, this error would be impossible, after all.
But if you tried it and it didn't work...
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.