//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dcldxPScxExtCommonC14.res"); USEPACKAGE("designide.bpi"); USEPACKAGE("dxPScxExtCommonC14.bpi"); USEPACKAGE("rtl.bpi"); USEPACKAGE("dbrtl.bpi"); USEPACKAGE("vcl.bpi"); USEPACKAGE("vcldb.bpi"); USEPACKAGE("vclimg.bpi"); USEPACKAGE("dxThemeC14.bpi"); USEPACKAGE("dxCoreC14.bpi"); USEPACKAGE("cxDataC14.bpi"); USEPACKAGE("vclx.bpi"); USEPACKAGE("dxGDIPlusC14.bpi"); USEPACKAGE("cxLibraryC14.bpi"); USEPACKAGE("cxEditorsC14.bpi"); USEPACKAGE("dxComnC14.bpi"); USEPACKAGE("cxExtEditorsC14.bpi"); USEPACKAGE("cxPageControlC14.bpi"); USEPACKAGE("dxPSCoreC14.bpi"); USEPACKAGE("dxPSLnksC14.bpi"); USEPACKAGE("dxPScxCommonC14.bpi"); USEPACKAGE("dcldxPSCoreC14.bpi"); USEUNIT("dxPScxExtDBEditorLnkReg.pas"); USEUNIT("dxPScxExtEditorLnkReg.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- #pragma argsused int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------