Where do I find header?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Where do I find header?

    I need to find the header where certain AFP errors are found like
    kFPBadUAM and others. Where can I find this?
    Lorenzo Thurman Guest

  2. Similar Questions and Discussions

    1. Can't find header files for Ruby
      Hi, I am trying to install the libneural library onto my Linux desktop (Mandrake 9.1). I get the error "can't find header files for ruby" $...
    2. How to find control dynamically added in the header
      Pls any body tell me how can i find the control added in the following way : Protected Overrides Sub OnItemDataBound(ByVal e As...
    3. system can't find plug in header
      I just downloaded "adobe reader 6" to day. Now when I want to use it I get a message "can't find plug in header" and I don't know where to look or...
    4. trailing slash issue in Find.find
      require "find" Find.find("/usr/bin/") { |file| puts file } /usr/bin//rmdir /usr/bin//rm /usr/bin//mv /usr/bin//mknod /usr/bin//mkfifo...
    5. Xcode can't find a header
      I'm trying to use AppleHelp.h in a Cocoa project. I have added Carbon.framework to the project. When I say #import <Carbon/AppleHelp.h> or...
  3. #2

    Default Re: Where do I find header?

    In article <4b9fe19b.0309161911.73fd993d@posting.google.com >,
    [email]lorenzo@thethurmans.com[/email] (Lorenzo Thurman) wrote:
    > I need to find the header where certain AFP errors are found like
    > kFPBadUAM and others. Where can I find this?
    UAM related stuff is probably in the AppleShare IP SDK, off <http://developer.apple.com/sdk/index.html>

    hth

    meeroh

    --
    If this message helped you, consider buying an item
    from my wish list: <http://web.meeroh.org/wishlist>

    Miro Jurisic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139