www.pudn.com > tb97_176.zip > TB97_cb3.cpp, change:1999-08-02,size:857b
//--------------------------------------------------------------------------- #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; } //---------------------------------------------------------------------------