Newbies pradnya Posted December 22, 2004 Newbies Posted December 22, 2004 Hello, I recently wrote and complied a plugin for FM6 on Mac 0S 10.2.8. I used Codewarrior 7. The plugin works fine on the machine I compiled it on. But when I move it to other systems such as Mac OS 10.3 or OS 9. I am unable to read the plugin. The system does not even recognise the type of file as a plugin. Can anyone help me with this? Thanks pradnya
HOnza Posted February 3, 2005 Posted February 3, 2005 Make sure you don't link against a stripped down library. CodeWarrior install some shared libraries and allows you to link agains their stripped down versions. The resulting binary only works on a computer with CodeWarrior installed. Also make sure you don't lose resource fork while moving the plug-in to a different machine. This may happen especially if you send the plug-in via e-mail or if you compress it into a format that does not support resource forks (such as tar or zip).
Recommended Posts
This topic is 7301 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now