home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Delphi / kolekce / d345 / cdbu.exe / CoolDBUtilities / CBuilder4 / CoolDBUtilities.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-01  |  783 b   |  21 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("CoolDBUtilities.res");
  5. USEPACKAGE("vcl40.bpi");
  6. USEPACKAGE("vcldb40.bpi");
  7. USEPACKAGE("vclx40.bpi");
  8. USEUNIT("CoolDBUtils.pas");
  9. USEUNIT("CoolDBUtilsReg.pas");
  10. USERES("CoolDBUtilsReg.dcr");
  11. //---------------------------------------------------------------------------
  12. #pragma package(smart_init)
  13. //---------------------------------------------------------------------------
  14. //   Package source.
  15. //---------------------------------------------------------------------------
  16. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  17. {
  18.         return 1;
  19. }
  20. //---------------------------------------------------------------------------
  21.