home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / Misc / Misc200_D_BCB30.cpp < prev    next >
C/C++ Source or Header  |  2001-04-26  |  658b  |  17 lines

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