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

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("DsnBox35.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEPACKAGE("dclstd35.bpi");
  7. USEFORMNS("BoxExpt.pas", Boxexpt, NewBoxDlg);
  8. USEPACKAGE("DclBox35.bpi");
  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.