//--------------------------------------------------------------------------- #include #pragma hdrstop USEPACKAGE("vcl50.bpi"); USEPACKAGE("dxPSCoreC5.bpi"); USERES("dxPScxCommonC5.res"); USEPACKAGE("dxPSLnksC5.bpi"); USEPACKAGE("cxLibraryVCLC5.bpi"); USEPACKAGE("cxDataC5.bpi"); USEPACKAGE("cxEditorsC5.bpi"); USEPACKAGE("dxThemeC5.bpi"); USEUNIT("dxPScxCommon.pas"); USEUNIT("dxPScxCommonReg.pas"); USEUNIT("dxPScxDBEditorLnkReg.pas"); USEUNIT("dxPScxDBEditorLnks.pas"); USEUNIT("dxPScxEditorLnks.pas"); USEUNIT("dxPScxEditorLnkReg.pas"); USEUNIT("dxPScxEditorProducers.pas"); USEUNIT("dxPScxImgLnk.pas"); USEUNIT("dxPScxListBoxLnk.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------