Re: C++ templates?
Re: C++ templates?
- Subject: Re: C++ templates?
- From: Allan Odgaard <email@hidden>
- Date: Thu, 15 Apr 2004 23:56:32 +0200
On 15. Apr 2004, at 23:04, David Piasecki wrote:
I'm using Objective-C++, and I'm still rather new to it. I've got a
basic Cocoa application with some NSButtons, an NSImageView, and an
NSView, so my main just looks like this...
int main(int argc, const char *argv[])
{
return NSApplicationMain(argc, argv);
}
Could you post a minimal compilable source which will crash? I tried
adding that main function to what you previously posted and did compile
it using gcc with "-framework Cocoa" -- but it did not crash!
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
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.