38#include "blocxx/BLOCXX_config.h"
39#if defined(BLOCXX_USE_DYLD)
42#include <mach-o/dyld.h>
54dyldSharedLibrary::~dyldSharedLibrary()
56 NSUnLinkModule(m_libhandle, NSUNLINKMODULE_OPTION_NONE);
58bool dyldSharedLibrary::doGetFunctionPointer(
const String& functionName,
63 String arg =
'_' + functionName;
64 symbol = NSLookupSymbolInModule(m_libhandle, arg.c_str());
69 retval = NSAddressOfSymbol(symbol);
bool operator==(const Array< T > &x, const Array< T > &y)