home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / apps / wslpd-11.exe / READ-NOW.TXT < prev    next >
Encoding:
Text File  |  1994-02-18  |  2.6 KB  |  61 lines

  1. This is WSLPD version 1.1, also known as the Winsock Print Manager and
  2. Spooler.  Please see the file "netprint.txt" for more complete
  3. information.
  4.  
  5. If you want to print anything but straight text, then please see the
  6. note for SPOOLRAW.EXE.
  7.  
  8. Changes from version 1.0
  9. ------------------------
  10.  
  11. WSLPD.EXE (was nlpd.exe)
  12.     nlpd.exe has become wslpd.exe; the original name is based on a
  13.     non-Winsock program I wrote earlier.  Please take note and change
  14.     your Program Manager icon accordingly.
  15.  
  16.     More importantly, the following changes have been made:
  17.  
  18.     1)  The data file(s) are now written binary rather than text (this
  19.         is very important, see below).
  20.     2)  The server socket is now reusable, meaning you won't get a
  21.         "address in use" error and need to reboot your machine.  This
  22.         affects folks who have a WinSock stack which is TSR based.  I
  23.         thought I was cleaning up the socket correctly, but apparently
  24.         not always ... until I can really hack the code again, this
  25.         change will help you greatly.
  26.     3)  The services database is used, but if it is not found, then
  27.         WSLPD punts and uses the "standard" information.  This mainly
  28.         should affect PC/TCP users and perhaps Trumpet.
  29.     4)  The syslog file is now closed between writes.  This should help
  30.         you if your machine crashes.
  31.  
  32. SPOOLER.EXE
  33.     Totally unchanged; even the "About" dialog box is old.  So, here is
  34.     the copyright notice for SPOOLER:
  35.  
  36. Copyright 1994 EG&G Idaho, Inc.
  37. "ALL RIGHTS RESERVED"
  38. Idaho National Engineering Laboratory
  39.  
  40.     I originally wrote and compiled spooler in Microsoft C 7.0; for
  41.     some reason, when I tried compiling it with Visual C++, it seems to
  42.     run and no errors are reported by the Windows calls, but nothing
  43.     happens.  I hope/plan to rewrite it anyway using some working print
  44.     code from another project (WSGopher).
  45.  
  46. SPOOLRAW.EXE (new)
  47.     If you want to print **ANYTHING** but straight text, then use this
  48.     program **INSTEAD OF** spooler.exe.  It uses the Windows API call
  49.     'SpoolFile()' to do its job, rather than passing text to the
  50.     Windows GDI (Graphic Device Interface).  That means that it does
  51.     not try to interpret stuff at all.
  52.  
  53.     If you want to print PostScript to a PostScript printer, or PCL or
  54.     HPGL or LaserJet text with escape sequences, then use spoolraw.exe
  55.     instead of spooler.exe.
  56.  
  57. **CAVEAT**
  58.     If you try to use both spooler.exe and spoolraw.exe, then the
  59.     results be unpredictable.  I accept no responsibility for any
  60.     damage to your machine, printer, work area or surrounding environs.
  61.