OpenGL
OpenGL
- Subject: OpenGL
- From: Richard Salvatierra <email@hidden>
- Date: Tue, 28 Jun 2005 17:19:00 -0400
I am working from the sample code: LiveVideoMixer
In my project I get an error: invalid drawable
during "setupSharedContext" I am nearly using the exact
VideoMixView.m file.
I imagine it is related to an error: "CoreGraphics/CoreGraphics.h:
No such file of Directory" when I include
#import <CoreGraphics/CoreGraphics.h> in me testApp_Prefix.pch file
I have added the ApplicationServices.framework
(along with OpenGL, QuartzCore, Qucktime.)
I am not sure what I am missing.
Any help appreciated. Thanks.
- Rich
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: OpenGL
- From: Richard Salvatierra <email@hidden>