home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / E105BR35.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  737 b   |  19 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("E105BR35.res");
  5. USEPACKAGE("VCL35.bpi");
  6. USEPACKAGE("VCLDB35.bpi");
  7. USEPACKAGE("E105_R35.bpi");
  8. USEUNIT("EsDbEd.pas");
  9. USEPACKAGE("M103_R35.bpi");
  10. //---------------------------------------------------------------------------
  11. #pragma package(smart_init)
  12. //---------------------------------------------------------------------------
  13. //   Package source.
  14. //---------------------------------------------------------------------------
  15. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  16. {
  17.         return 1;
  18. }
  19. //---------------------------------------------------------------------------