home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Plot200_D_BCB30.cpp < prev    next >
C/C++ Source or Header  |  2001-04-26  |  694b  |  18 lines

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