akauppi
Registered
I'm curious why frameworks cannot be accessed from within plugins (bundles). As far as i've found, this is only stated (rather, in between lines) but the real-world need for such is obvious:
e.g. SDL, SDL_image etc. libraries are -appropriately- available as frameworks for OS X.
my application uses runtime linked dynamic libs for accessing them (enhancing a system with e.g. SDL support). This cannot be done on OS X because bundles cannot call frameworks.
Is there a bypass / other way of doing this?
e.g. SDL, SDL_image etc. libraries are -appropriately- available as frameworks for OS X.
my application uses runtime linked dynamic libs for accessing them (enhancing a system with e.g. SDL support). This cannot be done on OS X because bundles cannot call frameworks.
Is there a bypass / other way of doing this?