home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / delphi / kompon / d34567 / KADAO77.ZIP / KADao.cpp < prev    next >
C/C++ Source or Header  |  2001-08-27  |  947b  |  27 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("KADao.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEUNIT("KDaoDBEngine.pas");
  7. USEUNIT("KDaoWorkspace.pas");
  8. USEUNIT("KDaoDataBase.pas");
  9. USEUNIT("KDaoTable.pas");
  10. USEUNIT("KADaoInfo.pas");
  11. USEUNIT("KADaoEncrypter.pas");
  12. USEUNIT("KADaoConnectionCheck.pas");
  13. USEUNIT("KADaoReg.pas");
  14. USERES("KDaoDataBase.dcr");
  15. USEPACKAGE("vclx35.bpi");
  16. USEPACKAGE("vcldb35.bpi");
  17. //---------------------------------------------------------------------------
  18. #pragma package(smart_init)
  19. //---------------------------------------------------------------------------
  20. //   Package source.
  21. //---------------------------------------------------------------------------
  22. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  23. {
  24.     return 1;
  25. }
  26. //---------------------------------------------------------------------------
  27.