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

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