home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2499 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!spool.mu.edu!umn.edu!csus.edu!borland.com!news!cfortier
  3. From: cfortier@genghis.news (Chris Fortier)
  4. Subject: Re: WIN32s and PORTTOOL application
  5. In-Reply-To: desktop@flash.ATC.Olivetti.Com's message of 16 Dec 92 14:34:14 GMT
  6. Message-ID: <CFORTIER.92Dec16123608@genghis.news>
  7. Sender: news@borland.com (News Admin)
  8. Organization: Borland International, Inc.
  9. References: <57373@olivea.atc.olivetti.com>
  10. Date: Wed, 16 Dec 1992 20:36:08 GMT
  11. Lines: 27
  12.  
  13. In article <57373@olivea.atc.olivetti.com> desktop@flash.ATC.Olivetti.Com (Jon Ericson) writes:
  14.  
  15.    Path: borland.com!csus.edu!beach.csulb.edu!nic.csu.net!usc!sdd.hp.com!think.com!ames!olivea!desktop
  16.    Newsgroups: comp.os.ms-windows.programmer.win32
  17.    From: desktop@flash.ATC.Olivetti.Com (Jon Ericson)
  18.    Date: 16 Dec 92 14:34:14 GMT
  19.    Sender: news@olivea.atc.olivetti.com
  20.    Organization: Olivetti ATC; Cupertino CA, USA
  21.    Lines: 15
  22.  
  23.    Is it possible to run PORTTOOL.EXE under WIN32s ?
  24.  
  25. No.  PORRTTOOL uses threads to perform backgound ports.  As threads are not 
  26. supported in Win32s, PORTTOOL won't run.  You must use NT.
  27.  
  28.    Where could I find a list of WIN32s APIS ?
  29.  
  30. According to docs I have seen, all Windows NT API are present in the Win32s
  31. DLLs.  When you call a function that cannot be implemented in DOS (i.e NT
  32. specific), it will generate a runtime error stating that a function cannot
  33. be found.  I have not verified this.
  34.  
  35. Chris Fortier
  36. Borland C++ Run Time Library QA
  37.  
  38. cfortier@borland.com
  39.  
  40.