home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / utils / qws3270a / qws3270.txt < prev    next >
Text File  |  1995-05-18  |  3KB  |  115 lines

  1.  
  2.   Windows Sockets 3270 Telnet Application  Version 2.0a
  3.  
  4.   Written by:                                Nov 3, 1993
  5.       Jim Rymerson
  6.       Computing Services
  7.       Queen's University
  8.       Kingston Ontario Canada
  9.  
  10.       <Rymerson @ Qucdnadm.QueensU.Ca>
  11.  
  12.  
  13.   THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY
  14.   OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  15.   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  16.   PURPOSE. IN NO EVENT SHALL THE AUTHOR OR QUEEN'S UNIVERSITY BE LIABLE
  17.   FOR ANY DAMAGES WHATSOEVER INCLUDIND DIRECT, INDIRECT, INCINENTAL,
  18.   CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  19.   THE AUTHOR OR QUEEN'S UNIVERSITY HAS BEEN ADVISED OF THE POSSIBILITY
  20.   OF SUCH DAMAGES.
  21.  
  22.  
  23.   This program executable is released into the public Domain.  You can
  24.   copy it, use it and circulate it to others but you can't sell it.
  25.  
  26.   Some of the original Winsock code was developed by John A. Junod in
  27.   his WS_FTP application.  I thank him for his efforts.  I also thank
  28.   Marvin Solomon from the University of Wisconsin whose unix WISC3270
  29.   telnet was the base for some of the 3270 code.
  30.  
  31.  
  32.   Availability:
  33.  
  34.   QWS3270 is available via anonymous FTP from ftp.ccs.queensu.ca in
  35.   the pub\msdos\tcpip directory as qws3270.zip
  36.  
  37.  
  38.   System Requirements:
  39.  
  40.   My development and testing was all completed using the Trumpet
  41.   Windows Sockets DLL Alpha #16 and #17.  The code has also been tested
  42.   with PC/TCP version 1.1 Winsock DLL.  The application is running on
  43.   a Packard Bell 486sx/25 with a 101 key keyboard running Windows 3.1.
  44.  
  45.  
  46.   Installation:
  47.  
  48.   1. Create a program item pointing to QWS3270.EXE in the command line.
  49.  
  50.   2. Copy QWS3270.INI to your WINDOWS directory.  The settings in this
  51.      file can be modified with a text editor or using the SETUP menu
  52.      within the application.
  53.  
  54.  
  55.   Winsocks Supported:
  56.  
  57.   The following is a list of the winsock implementations that the
  58.   have been tested by the developer:
  59.  
  60.   1. Trumpet Windows Sockets Alpha #16 and #17.
  61.  
  62.   2. PC/TCP version 1.1 Winsock DLL.
  63.  
  64.   The following is based on a note that I received from Chris
  65.   Sacksteder from Pennsylvania State University:
  66.  
  67.   1. PC/TCP 2.22 and winsock 1.09 alpha 5  -  works
  68.  
  69.   2. Lanera TCPOpen - works
  70.  
  71.   3. Netmange Chamelon 3.11n - works
  72.  
  73.   4. Microsoft TCP/IP for Windows for Workgroups  - works
  74.  
  75.   5. Windows NT 3.1   - works
  76.  
  77.  
  78.   Known Restrictions:
  79.  
  80.   1) A PROTOCOL and SERVICES file must exist in the Winsock directory.
  81.  
  82.   2) Only emulates 3278 model 2 terminals.
  83.  
  84.   3) Only supports 101 key keyboards.
  85.  
  86.   4) The following 3270 commands have not implemented:
  87.      start field extended
  88.      modify field
  89.      set attribute
  90.      graphics escape
  91.  
  92.  
  93.   Still to do:
  94.  
  95.   1.  Allow 3270 keys (clear, erase end of field, etc) to be changed.
  96.  
  97.   2.  Allow different font sizes. This would probably require that
  98.       the window size be saved in the .INI file.
  99.  
  100.   3.  Allow cut and paste.
  101.  
  102.   4.  Allow beep to be turned off.
  103.  
  104.   5.  allow a host to be input via the command line.
  105.  
  106.  
  107.  
  108.   Suggestions for improvements and enhancements are welcome.
  109.  
  110.   Please indicate the application release number when reporting
  111.   problems/bugs.  The application is currently changing quickly and
  112.   your bug may already be fixed by a more current release.
  113.  
  114.  
  115.