you can implement AquaticPrime.framework but you cannot access the framework directly in AppleScript Studio.
You need at least a Cocoa controller class
OK, sounds great but how exactly can I do that? does that class have to be in the .applescript file?
I have integrated the AquaticPrime.h file in my project, but I don’t know what to do with it, how can I make the app access it?
Really, I have no idea if I have to do more coding (like making part of the code unavailable if not registered etc), I don’t know how this thing works!
I have a problem : there is no “class outlets” tab in my Xcode to add the bindings to the AppController object, because I have version 3.2.1 of Xcode and IB.
However when I try to compile, it finds 24 errors – syntax mistakes for the most part, or undeclared stuff.
I followed the tutorial exactly and copied / pasted exactly as indicated on the aquaprime website… I don’t know what’s wrong. Plus I don’t really know the syntax to begin with, so I’m quite bothered right now…
I don’t know, maybe there’s something new in Snow Leopard.
In Leopard I added the framework in Xcode with Add existing frameworks, AquaticPrime.h to Classes and made a copy build phase. That’s it