home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / tools / 962 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.1 KB

  1. Path: sparky!uunet!dove!gilligan
  2. From: gilligan@bldrdoc.gov (Jonathan M. Gilligan)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: Re: Seeking portable GUI API
  5. Keywords: API,XVT,portable,GUI
  6. Message-ID: <5563@dove.nist.gov>
  7. Date: 15 Sep 92 21:31:24 GMT
  8. References: <1992Sep15.170308.11044@sol.asl.hitachi.com>
  9. Sender: news@dove.nist.gov
  10. Organization: National Institute of Standards and Technology
  11. Lines: 15
  12.  
  13.  
  14. While I have no experience with the various toolkits for developing
  15. cross-platform programs, it seems to me that the biggest problem would
  16. be not the different API's to the GUI, but the fact that while DOS is
  17. singletasking and OS/2, UNIX, etc. are preemptively multitasking,
  18. Windows requires programs to jump through many hoops so they can
  19. release control to the OS in order not to freeze the systm when they
  20. go into long loops. If I want to rewrite a DOS, OS/2, or UNIX program
  21. to run under Windows, I would have to go sticking PeekMessage calls
  22. into all nontrivial loops, right?
  23.  
  24. ---Jon
  25. -- 
  26.  
  27. Disclaimer --- The government probably disagrees with my opinions.
  28.