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

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