Re: [SOLVED] C++ in a Cocoa App - How Hard is THAT?
Re: [SOLVED] C++ in a Cocoa App - How Hard is THAT?
- Subject: Re: [SOLVED] C++ in a Cocoa App - How Hard is THAT?
- From: Eric Albert <email@hidden>
- Date: Sun, 9 Oct 2005 22:36:56 -0700
On Oct 9, 2005, at 8:23 AM, Daniel Jalkut wrote:
On Oct 9, 2005, at 4:23 AM, Chris Hanson wrote:
Often you may want to minimize the header/declaration overlap as I
describe above so you don't have to build your entire project as
Objective-C++.
I think this advice is especially good given the current state of the
ObjC++ compiler (I assume). I find that when I've made a mistake in a
.mm file (or am just simply typing something thoughtfully and
deliberately slowly), the compiler crashes in the background as it
constantly tries to index the file with the mistake in it.
I'm pretty sure the compiler isn't involved in indexing. If you're
seeing background crashes from gcc, you might want to try turning off
predictive compilation. Either way, I'd suggest filing a bug report.
-Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden