home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
TB97.ZIP
/
Source
/
TB97_cb3.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1999-08-02
|
857b
|
26 lines
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("TB97_cb3.res");
USEPACKAGE("VCL35.bpi");
USEUNIT("TB97.pas");
USEUNIT("TB97Tlbr.pas");
USEUNIT("TB97Tlwn.pas");
USEUNIT("TB97Ctls.pas");
USEUNIT("TB97Cmn.pas");
USEUNIT("TB97Cnst.pas");
USEUNIT("TB97Vers.pas");
USEUNIT("TB97Reg.pas");
USERES("TB97Reg.dcr");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------