• 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
[newbie] 10.2 Build problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[newbie] 10.2 Build problems


  • Subject: [newbie] 10.2 Build problems
  • From: Alan leigh <email@hidden>
  • Date: Mon, 16 Sep 2002 23:41:22 +1000

Hi all,

I am new to cocoa/objective C/mac/OSX/ etc :) and have a question. I've been playing some sample code which talks to Wacom tablet (from www.wacomeng.com). The program built and ran fine under 10.1.5, but not so any more under 10.2. The problem I get is with this section of code:


typedef OSStatus WacomResult;
enum
{
Wacom_Success = noErr, // general success result
Wacom_Failure = dsSysErr, // general failure result

Wacom_CouldNotConnect = openErr,
// Tablet Driver is not running
Wacom_Unimplemented = unimpErr
// Routine is not yet implemented
};

The compiler reports

IOWacomInterface.h:70: `dsSysErr' undeclared here (not in a function)
IOWacomInterface.h:70: enumerator value for `Wacom_Failure' not integer constant

and similar errors for openErr and unimpErr. I have searched for these but find no reference to them anywhere. What is going on? where should these be defined? Any suggestions/hints/references to reading would be muchly appreciated,

Cheers,

Al
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: [newbie] 10.2 Build problems
      • From: Kurt Revis <email@hidden>
  • Prev by Date: Re: Data to String: what encoding?
  • Next by Date: Re: Bounding rect for String when wrapped
  • Previous by thread: Re: Applescript Studio Examples - Currency Conv. - SOAP?
  • Next by thread: Re: [newbie] 10.2 Build problems
  • Index(es):
    • Date
    • Thread