bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quartz Display Services and then NSOpenGLPixelFormat


From: Julien Isorce
Subject: Re: Quartz Display Services and then NSOpenGLPixelFormat
Date: Thu, 12 Feb 2009 01:27:23 +0100


>I think the win32 back end is not found.
>Any idea ?
>

2009/2/12 Xavier Glattard <xavier.glattard@free.fr>

Hi

The backend bundle is not loaded.
You need to initialize the NSApplication.

 CREATE_AUTORELEASE_POOL(pool);
 [NSApplication sharedApplication];

 /* your code */

 DESTROY(pool);

it was the solution, thx.
My minimal exemple works now (joined to previous emails)
I can try more then.

Sincerely

Julien

reply via email to

[Prev in Thread] Current Thread [Next in Thread]