Subj : new dll To : borland.public.cpp.borlandcpp From : Simeon Date : Tue Oct 11 2005 04:26 pm Hi All, I have a class declared in a dll as follows: class __declspec(dllexport) cMappedRefs:public TStringList { public: __fastcall cMappedRefs(); __fastcall ~cMappedRefs(void); void __fastcall Init(TStringList *refs); }; when a call the new .