Re: C++ templates?
Re: C++ templates?
- Subject: Re: C++ templates?
- From: "David Piasecki" <email@hidden>
- Date: Thu, 15 Apr 2004 15:23:53 -0700
Hmmm... strange. I guess I'll just play around with it some more. What
I gave you is pretty much all I've got as far as source code goes. I
just started coding this project.
David
On Apr 15, 2004, at 2:56 PM, Allan Odgaard wrote:
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.