//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dcldxFlowChartC14.res"); USEPACKAGE("rtl.bpi"); USEPACKAGE("dxCoreC14.bpi"); USEPACKAGE("designide.bpi"); USEPACKAGE("vcl.bpi"); USEPACKAGE("dxFlowChartC14.bpi"); USEUNIT("Dxfchreg.pas"); USEUNIT("dxEditCon.pas"); USEUNIT("dxEditObj.pas"); USEUNIT("dxFcEdit.pas"); USEUNIT("dxSelUnion.pas"); //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- // Package source. //--------------------------------------------------------------------------- int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*) { return 1; } //---------------------------------------------------------------------------