84 lines
3.1 KiB
C++
84 lines
3.1 KiB
C++
//---------------------------------------------------------------------------
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
|
|
ALWAYS EDIT THE RELATED XML FILE (JvCore-R.xml)
|
|
|
|
Last generated: 13-11-2006 07:49:44 UTC
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("JvCoreC5R.res");
|
|
USEUNIT("..\..\run\JvExButtons.pas");
|
|
USEUNIT("..\..\run\JvExCheckLst.pas");
|
|
USEUNIT("..\..\run\JvExComCtrls.pas");
|
|
USEUNIT("..\..\run\JvExControls.pas");
|
|
USEUNIT("..\..\run\JvExExtCtrls.pas");
|
|
USEUNIT("..\..\run\JvExForms.pas");
|
|
USEUNIT("..\..\run\JvExGrids.pas");
|
|
USEUNIT("..\..\run\JvExMask.pas");
|
|
USEUNIT("..\..\run\JvExStdCtrls.pas");
|
|
USEUNIT("..\..\run\JvJVCLAboutForm.pas");
|
|
USEUNIT("..\..\run\JVCLVer.pas");
|
|
USEUNIT("..\..\common\JvConsts.pas");
|
|
USEUNIT("..\..\common\JvWin32.pas");
|
|
USEUNIT("..\..\run\JvColorProvider.pas");
|
|
USEUNIT("..\..\run\JvComponentBase.pas");
|
|
USEUNIT("..\..\run\JvComponent.pas");
|
|
USEUNIT("..\..\run\JvExtComponent.pas");
|
|
USEUNIT("..\..\run\JvContextProvider.pas");
|
|
USEUNIT("..\..\run\JvDataProvider.pas");
|
|
USEUNIT("..\..\run\JvDataProviderIntf.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngine.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineIntf.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineVCL.pas");
|
|
USEUNIT("..\..\run\JvDynControlEngineTools.pas");
|
|
USEUNIT("..\..\run\JvDsgnIntf.pas");
|
|
USEUNIT("..\..\run\JvJCLUtils.pas");
|
|
USEUNIT("..\..\run\JvJVCLUtils.pas");
|
|
USEUNIT("..\..\run\JvMaxPixel.pas");
|
|
USEUNIT("..\..\run\JvMouseTimer.pas");
|
|
USEUNIT("..\..\run\JvPoweredBy.pas");
|
|
USEUNIT("..\..\run\JvProgressUtils.pas");
|
|
USEUNIT("..\..\run\JvPropertyStore.pas");
|
|
USEUNIT("..\..\run\JvPropertyStorage.pas");
|
|
USEUNIT("..\..\run\JvStrings.pas");
|
|
USEUNIT("..\..\run\JvThemes.pas");
|
|
USEUNIT("..\..\run\JvTypes.pas");
|
|
USEUNIT("..\..\run\JvVersionInfo.pas");
|
|
USEUNIT("..\..\run\JvActions.pas");
|
|
USEUNIT("..\..\run\JvTranslateString.pas");
|
|
USEUNIT("..\..\run\JvAppIniStorage.pas");
|
|
USEUNIT("..\..\run\JvAppRegistryStorage.pas");
|
|
USEUNIT("..\..\run\JvAppStorage.pas");
|
|
USEUNIT("..\..\run\JvAppStorageSelectList.pas");
|
|
USEUNIT("..\..\run\JvBaseDlg.pas");
|
|
USEUNIT("..\..\run\JvCaret.pas");
|
|
USEUNIT("..\..\run\JvResources.pas");
|
|
USEUNIT("..\..\run\JvClipbrd.pas");
|
|
USEUNIT("..\..\run\JvAutoComplete.pas");
|
|
USEUNIT("..\..\run\JvBackgrounds.pas");
|
|
USEUNIT("..\..\run\JvVCL5Utils.pas");
|
|
USEUNIT("..\..\run\JvDataSourceIntf.pas");
|
|
USEPACKAGE("JclC50.bpi");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("vcljpg50.bpi");
|
|
USEPACKAGE("vclx50.bpi");
|
|
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|