Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Designing a plugin architecture in OSX

  • 27-02-2007 12:53pm
    #1
    Registered Users, Registered Users 2 Posts: 6,790 ✭✭✭


    I'm a Mac developer and I've been given the scary task of extracting quite a few elements out of our software and into plugins, so I'll need to develop a plugin architecture to handle this - presumably based on dynamic link libraries with some other stuff thrown in. I'll need to remove media content (graphics, to be precise), data structures (mostly arrays) and even whole classes.

    Google doesn't seem to be throwing up any obvious starting points. We're using the Xcode IDE, the Cocoa API and a mixture of C, C++ and Objective C. I know Cocoa probably has tools to get me started with this but I'm a bit overwhelmed... anyone got any tips on where/how to start? E.g. what is the Mac equivalent of a .dll??

    Thanks!


Comments

Advertisement