User forums > Using Code::Blocks
Building Code::Blocks with wxWidgets 2.6.1 on Mac OS X
Game_Ender:
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.
--- End quote ---
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)
Navigation
[0] Message Index
[*] Previous page
Go to full version