home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / zkuste / Delphi / kompon / d345 / gui2console.EXE / lib / bcb3 / redCONIO.cpp < prev    next >
C/C++ Source or Header  |  1998-07-26  |  716b  |  19 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("redCONIO.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USERES("ConsoleIO.dcr");
  7. USEPACKAGE("inet35.bpi");
  8. USEUNIT("source\ConsoleIO.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.