In article <[EMAIL PROTECTED]>, Christiaan Hofman <[EMAIL PROTECTED]> wrote:
> Can global string names defined as extern but not defined as such on > Tiger be used in the source? The docs get me very confused. E.g. the > PDFDocumentDidPeginWriteNotification is said to be available in 10.4. > Indeed that notification is send, but the extern global string is not > declared on 10.4. Oops, cmd-e is "Post" in MT-Newswatcher. I was looking at the 10.4 SDK header, and that symbol isn't declared...so the problem is different from the metadata one. I'd register for the value of it instead of relying on it to be present in 10.4, so do NSLog(@"%@", PDFDocumentDidBeginWriteNotification) and then register for that value. That will at least prevent a crash if the global doesn't exist on 10.4. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bibdesk-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
