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

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