How to dynamic link librariy

Dirk Aevermann

Registered
Hello,

I want to create a c++-library that can be load at runtime.
I did it with a bundle but like to use a single file, as the Windows DLLs.
Is there a Way to create a single C++ Dynamic Link Library file with OSX that is not known by the application at compile time (plugin!).

I do not like the overhead of the Carbon Plugn Interface but just want to export a single function.

Thanx for Help,
I hope Youre faster than me ;-)
 
Back
Top