//--------------------------------------------------------------------------- #include #pragma hdrstop USEPACKAGE("rtl.bpi"); USEPACKAGE("dxCoreC10.bpi"); USEPACKAGE("vcl.bpi"); USEPACKAGE("designide.bpi"); USEPACKAGE("dxPSCoreC10.bpi"); USERES("dxPScxExtCommonC10.res"); USEPACKAGE("dxPSLnksC10.bpi"); USEPACKAGE("cxLibraryC10.bpi"); USEPACKAGE("cxDataC10.bpi"); USEPACKAGE("cxEditorsC10.bpi"); USEPACKAGE("cxExtEditorsC10.bpi"); USEUNIT("dxPScxCheckListBoxLnk.pas"); USEUNIT("dxPScxExtComCtrlsLnk.pas"); USEUNIT("dxPScxExtCommon.pas"); USEUNIT("dxPScxExtDBEditorLnkReg.pas"); USEUNIT("dxPScxExtDBEditorLnks.pas"); USEUNIT("dxPScxExtEditorLnkReg.pas"); USEUNIT("dxPScxExtEditorProducers.pas"); USEUNIT("dxPScxMCListBoxLnk.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------