home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 826 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!math.fu-berlin.de!zrz.tu-berlin.de!cs.tu-berlin.de!ronald
  3. From: ronald@opal.cs.tu-berlin.de (Ronald Hindmarsh)
  4. Subject: Can I port a UNIX X11 app to NT?
  5. Message-ID: <1992Sep4.133247.26225@cs.tu-berlin.de>
  6. Summary: Want to port graphics editor from X11 to NT
  7. Keywords: port unix x11
  8. Sender: news@cs.tu-berlin.de
  9. Organization: Techn. University of Berlin, Germany
  10. Date: Fri, 4 Sep 1992 13:32:47 GMT
  11. Lines: 28
  12.  
  13.  
  14. I would like to port our CIF (Caltech Intermediate Form)
  15. VLSI Layout editor, currently running under SunOS and X11, to NT.
  16.  
  17. The source consists of about 70 .c and .h files (23 k lines).
  18. Our editor invokes another program, using pipes to display
  19. its output on the screen. Some UNIX functions I found in the source:
  20.  
  21. Procedure    "whatis" output
  22. execv()        execv (3V)       - execute a file
  23. signal()    signal (3V)    - simplified software signal facilities
  24. pipe()         pipe (2V)    - create an interprocess communication channel
  25. dup2()         dup2 (2V)    - duplicate a descriptor
  26. sleep()        sleep (3V)    - suspend execution for interval
  27.  
  28. a) Is it possible to port this to NT, whithout making a megatask of it?
  29.  
  30. b) Is the current NT-release sufficient, or should I wait for the 'beta'?
  31.  
  32.  
  33. ----------------------------------------------------------------------
  34.  Ronald Hindmarsh                      e-mail: ronald@cs.tu-berlin.de
  35.  Institut fuer Technische Informatik
  36.  TU Berlin FR 3-9
  37.  Franklinstr. 29                            Phone: (+49) 30 314-73432
  38.  W-1000 Berlin 10                             Fax: (+49) 30 314-21103
  39. ----------------------------------------------------------------------
  40.  
  41.