home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / CompositeComponentsPack / SOURCE / Box35.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-12  |  649 b   |  17 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("Box35.res");
  5. USEUNIT("Boxes.pas");
  6. USEPACKAGE("VCL35.bpi");
  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.