Re: NSCopyBitmapFromGState MIA?
Re: NSCopyBitmapFromGState MIA?
- Subject: Re: NSCopyBitmapFromGState MIA?
- From: Andrew Platzer <email@hidden>
- Date: Thu, 27 Sep 2001 11:30:30 -0700
On Monday, September 24, 2001, at 01:24 , j o a r wrote:
Trying out this AppKit function: NSCopyBitmapFromGState
I get this from the linker:
/usr/bin/ld: warning prebinding disabled because of undefined symbols
/usr/bin/ld: Undefined symbols: _NSCopyBitmapFromGState
I cannot find any note on this function being removed, or have I just
missed that?
Hmm. It does seem to be have been removed and it's an error that it's
still listed in NSGraphics.h. I've filed a bug about it. It was probably a
wrapper around a Display PostScript call that is no longer available.
I assume you want to read the bits from a window in which case, you should
use:
-[NSBitmapImageRep initWithFocusedViewRect:]
Andrew
__________________________________________________________________
A n d r e w P l a t z e r
A p p l i c a t i o n F r a m e w o r k s
A p p l e