Search results

  1. D

    How to dynamic link librariy

    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...
Back
Top