Can you Please tell us how to make DLL
Thread safe? We are using
Microsoft C++ Compiler.
We are trying to call Vendor's C API's from our
Java native codes and we are not successful.
Vendor suggested us to make our DLL's Thread safe to resolve the issue.
Could anyone help us in achieving a thread safe dll?
------------------