Just a small note that might be useful for anyone searching the archives in the future.
>From time to time, I've got users complaining of an error of "Failure Message: >can’t find plugin method ClassName.__exit". I've seen other plugin authors >have the same issue. So... it's an OSX issue of course. I found it simply because for example, I was compiling my plugin against the OSX 10.5 SDK, but they were running on OSX 10.4. That kind of thing. Really, I should compile my plugin against the same SDK that RB uses. So if RB requires 10.4, I should too. However, in practice its not that simple, as I have less time available, and there can be compile errors that happen on older OS versions's, but not on new ones. Which I don't have time to try to force my (valid) code to work on older SDKs. Hope that helps anyone. -- http://angelcog.org/ "A true logic processing language." (currently under development) _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
