//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("cxTreeListC5.res"); USEPACKAGE("vcl50.bpi"); USEPACKAGE("vclx50.bpi"); USEPACKAGE("vcldb50.bpi"); USEPACKAGE("cxEditorsC5.bpi"); USEPACKAGE("cxLibraryVCLC5.bpi"); USEPACKAGE("cxExportC5.bpi"); USEPACKAGE("cxDataC5.bpi"); USEPACKAGE("dxThemeC5.bpi"); USEUNIT("cxTLStrs.pas"); USEUNIT("cxExportTL4Link.pas"); USEUNIT("cxTL.pas"); USEUNIT("cxTLData.pas"); USEUNIT("cxTLIntf.pas"); USEUNIT("cxDBTL.pas"); USEUNIT("cxTLStyleSheetPreview.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------