24 lines
849 B
C++
24 lines
849 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxDBOrCC6.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dbrtl.bpi");
|
|
USEPACKAGE("VCLDB.bpi");
|
|
USEPACKAGE("dxDBOrC6.bpi");
|
|
USEPACKAGE("dcldxOrgCC6.bpi");
|
|
USEUNIT("dxDBCReg.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|