Hi, I have a weird problem, I have two AppleScript-ObjC Classes/Script Files, setup like this:
LTWAppleScriptHandlerWord.h and .applescript LTWAppleScriptHandlerExcel.h and .applescript LTWAppleScriptHandlerWord works ok, but when I do this for Excel: myAppleScriptHandler = [[LTWAppleScriptHandlerExcel alloc] init]; I get a link error: "_OBJC_CLASS_$_ LTWAppleScriptHandlerExcel", referenced from: All the above files are in the XCode Project and it complies ok. I’ve checked that the @interface and the script xxxxx statement match between the .h and .applescript files and all seems fine and as I say its ok for Word. Any what this could be wrong or how to track it down? All the Best Dave _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com