[newbie] 10.2 Build problems
[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.