|
From: | Julien Isorce |
Subject: | Re: Quartz Display Services and then NSOpenGLPixelFormat |
Date: | Thu, 12 Feb 2009 01:27:23 +0100 |
Hi
The backend bundle is not loaded.
You need to initialize the NSApplication.
CREATE_AUTORELEASE_POOL(pool);
[NSApplication sharedApplication];
/* your code */
DESTROY(pool);
[Prev in Thread] | Current Thread | [Next in Thread] |