<html><body><div style="color:#000; background-color:#fff; font-family:verdana, helvetica, sans-serif;font-size:10pt">I'm using a list of objects that each needs to load a shared Library (written in C). As some operations inside the library are slow, I've created a TThread to do multiple operations simultaneously.<br><br>As the library is not thread safe, I thought using "loadLibrary" will create a different "instance" after each load, but, as the TLibHandle resulting of that function is the same, I think the library is only loaded once.<br><br>Is there a way to have different handles for each loadlibrary?.<br><div><span><br></span></div><div> </div><div>Leonardo M. Ramé<br>http://leonardorame.blogspot.com</div></div></body></html>