//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("cxTreeListC10.res"); USEPACKAGE("rtl.bpi"); USEPACKAGE("vcl.bpi"); USEPACKAGE("dxCoreC10.bpi"); USEPACKAGE("vclx.bpi"); USEPACKAGE("dbrtl.bpi"); USEPACKAGE("cxEditorsC10.bpi"); USEPACKAGE("cxLibraryC10.bpi"); USEPACKAGE("cxExportC10.bpi"); USEPACKAGE("cxDataC10.bpi"); USEPACKAGE("dxThemeC10.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; } //---------------------------------------------------------------------------