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

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