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. The string isn't declared, or isn't defined? All the PDF metadata constants are declared but never defined, so linking failed on 10.4. Linking succeeds on 10.5 using the constants from the headers, and the program will run on 10.5 but crash on 10.4 since the symbols aren't present. ------------------------------------------------------------------------- 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
