Hi,
I've got a class in a DLL that has 4 constructors.
LINK_TO_DLL CDBF_OpenTable(
CDaoDatabase *_ciDaoDatabase,
CString _SQLString,
BOOL _ShowMessage = TRUE
);
LINK_TO_DLL CDBF_OpenTable(
CDaoDatabase *_ciDaoDatabase,
CString _SQLString,
CString _FieldName,
CString...