That looks like the Win32 code, though. The OS X implementation is much longer and uglier. On Thursday 25 May 2006 23:31, Andres Cabrera wrote: > I've had a look at vst~ and it loads libraries on all platforms (I'm > pretty sure it works on OS X) using: > > h_dll=LoadLibrary(dllname); > > and csound->OpenLibrary is just a wrapper for it... > PUBLIC int csoundOpenLibrary(void **library, const char *libraryPath) > { > *library = (void*) LoadLibrary(libraryPath); > return (*library != NULL ? 0 : -1); > } > > So I'm not sure what's wrong there.... ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net