News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Building Code::Blocks with wxWidgets 2.6.1 on Mac OS X

Started by xjluo, September 02, 2005, 03:18:51 AM

Previous topic - Next topic

Game_Ender

#15
I have done some research on this and here is the apple developer page on there dynamic loader for OS X.  Here is the page on dlopen.  It appears you can use this on either dynamic libraries or bundles with dlopen.  So you should just be able load the bundles with the properly specified mode.

EDIT: I realized that you probably realized this, so are the pluggins working?

afb

Quote from: Game_Ender on February 27, 2006, 12:31:42 AM
I have done some research on this and here is the apple developer page on there dynamic loader for OS X.  Here is the page on dlopen.  It appears you can use this on either dynamic libraries or bundles with dlopen.  So you should just be able load the bundles with the properly specified mode.

Plugin code-loading should be OK, for versions before Mac OS X 10.4 there is dlcompat -
Apple only mention the latest and greatest stuff as usual (where dlopen is new for Tiger)

AngelScript needs a few more calling conventions for Darwin (ppc/x86),
as not all the plugins use GENERIC ? (at least that is how I understand it)