C++ dlopen mini HOWTO 一篇非常好的介绍C++ dlopen linux/mac os x 编程的资料
摘要:C++ dlopen mini HOWTO作者:Aaron Isotton 2006-03-16译者:Lolita@linuxsir.org 2006-08-05 ------------------------------------------------摘要 如何使用dlopen API动态地加载C++函数和类--------------------------------------...
阅读全文
posted @
2009-04-21 18:30
SunWentao
阅读(2389)
推荐(0)
Creating working dylibs on Mac OS X, pretty useful When developing software on Mac
摘要:Creating working dylibs So creating a working dylib of one of your own libraries is not a very well documented process. So I've decided to write a short summary of some things that will aid other peo...
阅读全文
posted @
2009-04-20 17:06
SunWentao
阅读(322)
推荐(0)