22 lines
801 B
C++
22 lines
801 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#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;
|
|
}
|
|
//---------------------------------------------------------------------------
|