Hi,
I have a dynamic link library which can be loaded to ROOT using gSystem->Load (). Then I need to apply GetProcAddress(handle, "FunctionName"). How can I get handle to the dynamic link library?
Thank you very much!
Hi,
I have a dynamic link library which can be loaded to ROOT using gSystem->Load (). Then I need to apply GetProcAddress(handle, "FunctionName"). How can I get handle to the dynamic link library?
Thank you very much!
Thank you! It’s amazing. I am surprised by root again.