Jump to content

FM6 plugin on Mac OSX


pradnya

This topic is 7046 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

  • 1 month later...

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).

Link to comment
Share on other sites

This topic is 7046 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.