search for: unloadlibrary

Displaying 1 result from an estimated 1 matches for "unloadlibrary".

Did you mean: unload_library
2012 Oct 10
0
[LLVMdev] DynamicLibrary::UnloadLibrary()
Hi, We need to support unloading of shared libraries. I'd like to continue using sys::DynamicLibrary. Few questions: * Is there a fundamental reason not to implement UnloadLibrary? * Would it be necessary to implement some fancy symbol use-check for unloading, or would it be fine to make this a "use at your own risk" operation? At least as a first implementation? * I would also implement a second loader function, a non-permanent one, and only allow unloading of tho...