Another AS-ObjC Question
Another AS-ObjC Question
- Subject: Another AS-ObjC Question
- From: Dave <email@hidden>
- Date: Fri, 18 Mar 2016 16:25:24 +0000
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden