Gaetan Lehmann wrote: > Brad, > > Don't you think the test here should be : > > #if !defined(__Win32__) > > rather than > > #if defined(__linux__) > > ? I think dlopen should be used at least for linux, solaris, and macos x. > Perhaps for all the unix. Yes, but instead use #if !defined(_WIN32) -Brad