Subj : Creating dll To : borland.public.cpp.borlandcpp From : Itay Date : Thu Jul 15 2004 04:42 pm MyProject is quite big ( lot's of files), the problem is that compiling takes a lot of time. I want to transform some of my files into dll's so I won't have to compile to hole project. I have a Unit (MyUnit) inside that unit there is class - class myClass : public myFather (myFather is a part of myProject ) i want to be able to create an object from myClass. and to use all the public functions. I have tried to use the dll wizard but i couldnt export that class. where can i get an exemple of how to export a class. what do i need to include and where. Thank you. Itay .