Subj : Q: using LoadLibrary and GetProcAddress with MS DLL To : borland.public.cpp.borlandcpp From : Christian Schoett Date : Thu Mar 17 2005 12:35 am Hello group! I have a DLL created with Visual C. It uses a .def file to export the functions. Until now, I used implib to create a .lib file that can be linked to applications created with Borland C++ Builder. Now I want to load the DLL dynamically from a static library created with Borland builder using 'LoadLibrary' and 'GetProcaddress'. 'LoadLibrary' is successful but 'GetProcAddress' always returns NULL for all functions. I guess it has something to do with the name mangling but may someone has a hint how to solve this problem. Regards, Chris .