//--------------------------------------------------------------------------- #include #pragma hdrstop USERES("dcldxFlowChartC5.res"); USEPACKAGE("VCL50.bpi"); USEPACKAGE("dxFlowChartC5.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; } //---------------------------------------------------------------------------