Subj : C++ Builder 5 and DLL's To : borland.public.cpp.borlandcpp,borland.public.cpp.language,borland.public.cppbuilder From : "Yannick Fauconnier" Date : Mon Sep 01 2003 09:13 am Hi all, I've the following problem. I'm wrting an application where I planned to use DLL's for different modules. Now I tried a sample for loading dynamically a DLL with 2 basic functions and everything worked fine. Then I was looking for doing the samething but I wanted to replace functions by classes. Still looking on the net but didn't find the right information on how to do. Can somebody tell me how to proceed or where to look. Thanks for any help .