Hi, I build my app against 10.4 SDK. The compiler says that there are no errors. My app runs on Leopard very well. But on Tiger I get this error all the time and my app won't launch. -- [MYQCView openGLContext] : selector not recognized [self = 0x1492fee0] --
If I comment this line below [[qcView openGLContext] flushBuffer]; my app launches and runs well, but of course I can't see the QCView contents properly. I have seen that this API is available in 10.5 and later. Anyway my compiler doesn't protest when I build my app against 10.4 SDK. This a part, how can I make this work on Tiger too? Any workaround? Best Regards -- Lorenzo email: [EMAIL PROTECTED] _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]