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

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("dcltep4C.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEPACKAGE("teepro4C.bpi");
  7. USEPACKAGE("dcltee4C.bpi");
  8. USEUNIT("ChartPro.pas");
  9. USEUNIT("TeeLoper.pas");
  10. USEPACKAGE("vcldb35.bpi");
  11. USEPACKAGE("Tee4C.bpi");
  12. USEPACKAGE("TeeDB4C.bpi");
  13. USEPACKAGE("TeeUI4C.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.