• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
QuartzCore and CIContext
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QuartzCore and CIContext


  • Subject: QuartzCore and CIContext
  • From: DKJ <email@hidden>
  • Date: Sat, 29 Nov 2008 09:40:49 -0800

I've included QuartzCore.framework in my project frameworks. This is my header file:

	#import <UIKit/UIKit.h>
	#import <QuartzCore/QuartzCore.h>

	@interface MyImageView : UIImageView {}
	@end

I have this in MyImageView.m:

	CGContextRef cgref = UIGraphicsGetCurrentContext();
	CIContext *c = [CIContext contextWithCGContext:cgref options:nil];

And I get the error "CIContext undeclared".

I'm stumped.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Follow-Ups:
    • Re: QuartzCore and CIContext
      • From: DKJ <email@hidden>
  • Prev by Date: Sorting an NSTableView
  • Next by Date: Re: Keystrokes for non-ascii letters
  • Previous by thread: Re: Sorting an NSTableView
  • Next by thread: Re: QuartzCore and CIContext
  • Index(es):
    • Date
    • Thread