home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEQR4C.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-24  |  841 b   |  24 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("TeeQR4C.res");
  5. USEPACKAGE("tee4C.bpi");
  6. USEPACKAGE("teeDB4C.bpi");
  7. USEPACKAGE("teeUI4C.bpi");
  8. USEPACKAGE("QRPT35.bpi");
  9. USEUNIT("QRTee.pas");
  10. USEUNIT("QRTeeReg.pas");
  11. USEPACKAGE("VCL35.bpi");
  12. USEPACKAGE("VCLDB35.bpi");
  13. USEPACKAGE("VCLX35.bpi");
  14. //---------------------------------------------------------------------------
  15. #pragma package(smart_init)
  16. //---------------------------------------------------------------------------
  17. //   Package source.
  18. //---------------------------------------------------------------------------
  19. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  20. {
  21.         return 1;
  22. }
  23. //---------------------------------------------------------------------------
  24.