home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / networki / 2089 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!noc.near.net!vaxeline.ftp.com!pebbles.ftp.com!mlk
  3. From: mlk@vaxeline.ftp.com  (Michael Khalandovsky)
  4. Subject: Re: Questions on FTP's TCP and Printing and API
  5. Message-ID: <921111094014@pebbles.ftp.com>
  6. Nntp-Software: PC/TCP NNTP
  7. Lines: 35        
  8. Sender: root@vaxeline.ftp.com (vaxeline.ftp.com root account)
  9. Nntp-Posting-Host: pebbles.ftp.com
  10. Organization: FTP Software, Inc., Wakefield, MA
  11. References: <1992Nov6.094125.5106@news.tu-graz.ac.at>
  12. Date: Wed, 11 Nov 1992 09:40:14
  13.  
  14. In article <1992Nov6.094125.5106@news.tu-graz.ac.at> plipp@iaik.wu-wien.ac.at (Peter Lipp) writes:
  15.  
  16.  >> I have the following questions:
  17.  >> 
  18.  >> having PC/TCP Networking software for OS/2 (FTP) I want to print e.g. WinWord-
  19.  >> Output on a remote Printer (HP-Deskjet).
  20.  >> So:
  21.  >> 
  22.  >> 1. How can I automatcally print remotely (if at all, the manual sais nothing
  23.  >>    or I could not find it).
  24.  >> 2. If I can (or have to do so manually or semi-manually) how can I print 
  25.  >>    "binary" files without the -l option (which confuses our lpd on our
  26.  >>    Unix-machine because it wants to start some filter and does not print).
  27.  >> 
  28.  
  29.      There is no print redirector in the PC/TCP for OS/2 so far.
  30.     What you can do (and what I usually do) is to redirect an
  31.     output into a file. Then you can use 'lpr' to print it (you
  32.     don't need any option to print the file)
  33.  
  34.  >> Concerning APIs
  35.  >> 
  36.  >> 1. I have a Programm written for DOS using PC/TCP for DOS. We bought the L
  37.  >>    Library. Is there any possibility to use such programms by some mapping
  38.  >>    feature or by using the new DLLs somehow or do I have to buy a new kit?
  39.  >>    For what price?
  40.  >> 
  41.  
  42.      PC/TCP for OS/2 includes NETLIB.DLL which maps the 
  43.     PC/TCP for DOS interface (net_... functions) onto the 
  44.     socket one. However, this is not a complete mapping
  45.     (asynchronous calls are not supported).
  46.  
  47.  
  48. Mike Khalandovsky
  49.  
  50.