82 lines
3.1 KiB
C++
82 lines
3.1 KiB
C++
//---------------------------------------------------------------------------
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
|
|
ALWAYS EDIT THE RELATED XML FILE (JvDB-R.xml)
|
|
|
|
Last generated: 28-10-2006 23:38:32 UTC
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("JvDBC5R.res");
|
|
USEUNIT("..\..\run\JvAppStoragePropertyEngineDB.pas");
|
|
USEUNIT("..\..\run\JvMemoryDataset.pas");
|
|
USEUNIT("..\..\run\JvCsvData.pas");
|
|
USEUNIT("..\..\run\JvCsvParse.pas");
|
|
USEUNIT("..\..\run\JvDBActions.pas");
|
|
USEUNIT("..\..\run\JvDBActionsEngine.pas");
|
|
USEUNIT("..\..\run\JvDBCombobox.pas");
|
|
USEUNIT("..\..\run\JvDBControls.pas");
|
|
USEUNIT("..\..\run\JvDBDatePickerEdit.pas");
|
|
USEUNIT("..\..\run\JvDBDateTimePicker.pas");
|
|
USEUNIT("..\..\run\JvDBLookup.pas");
|
|
USEUNIT("..\..\run\JvDBLookupComboEdit.pas");
|
|
USEUNIT("..\..\run\JvBaseDBThreadedDataset.pas");
|
|
USEUNIT("..\..\run\JvBaseDBDialog.pas");
|
|
USEUNIT("..\..\run\JvBaseDBPasswordDialog.pas");
|
|
USEUNIT("..\..\run\JvBaseDBLogonDialog.pas");
|
|
USEUNIT("..\..\run\JvDBLookupTreeView.pas");
|
|
USEUNIT("..\..\run\JvDBProgressBar.pas");
|
|
USEUNIT("..\..\run\JvDBQueryParamsForm.pas");
|
|
USEUNIT("..\..\run\JvDBRadioPanel.pas");
|
|
USEUNIT("..\..\run\JvDBRemoteLogin.pas");
|
|
USEUNIT("..\..\run\JvDBRichEdit.pas");
|
|
USEUNIT("..\..\run\JvDBSpinEdit.pas");
|
|
USEUNIT("..\..\run\JvDBTreeView.pas");
|
|
USEUNIT("..\..\run\JvDBUtils.pas");
|
|
USEUNIT("..\..\run\JvDBGrid.pas");
|
|
USEUNIT("..\..\run\JvDBGridExport.pas");
|
|
USEUNIT("..\..\run\JvDBGridSelectColumnForm.pas");
|
|
USEUNIT("..\..\run\JvDBUltimGrid.pas");
|
|
USEUNIT("..\..\run\JvDBGridFooter.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineDBTools.pas");
|
|
USEUNIT("..\..\run\JvExDBGrids.pas");
|
|
USEUNIT("..\..\run\JvDBHTLabel.pas");
|
|
USEUNIT("..\..\run\JvDBSearchEdit.pas");
|
|
USEUNIT("..\..\run\JvDBSearchComboBox.pas");
|
|
USEUNIT("..\..\run\JvAppDBStorage.pas");
|
|
USEUNIT("..\..\run\JvDBFindEdit.pas");
|
|
USEUNIT("..\..\run\JvDBImage.pas");
|
|
USEUNIT("..\..\run\JvDataSource.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineDB.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineDBIntf.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineVCLDB.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineJVCLDB.pas");
|
|
USEPACKAGE("JvCoreC5R.bpi");
|
|
USEPACKAGE("JvDlgsC5R.bpi");
|
|
USEPACKAGE("JvStdCtrlsC5R.bpi");
|
|
USEPACKAGE("JvSystemC5R.bpi");
|
|
USEPACKAGE("JvCtrlsC5R.bpi");
|
|
USEPACKAGE("JclC50.bpi");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("vclx50.bpi");
|
|
USEPACKAGE("vcldb50.bpi");
|
|
USEPACKAGE("vcljpg50.bpi");
|
|
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|