home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3829 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!darwin.sura.net!jvnc.net!nuscc!ntuix!ntuvax.ntu.ac.sg!bz7004742
  3. From: bz7004742@ntuvax.ntu.ac.sg (Roland Yeo)
  4. Subject: emx 0.8d, OS/2 API
  5. Message-ID: <1992Jul28.140631.1@ntuvax.ntu.ac.sg>
  6. Lines: 18
  7. Sender: news@ntuix.ntu.ac.sg (USENET News System)
  8. Nntp-Posting-Host: v9000.ntu.ac.sg
  9. Organization: Nanyang Technological University - Singapore
  10. Date: Tue, 28 Jul 1992 06:06:31 GMT
  11.  
  12. To all using EMX for OS/2:
  13.  
  14. EMX 0.8d does not have the complete OS/2 API. In DEVELOP.DOC, it mentioned
  15. how to add more functions, using <name> <.DLL> <func #> <# of param>.
  16. (eg, DosClose DOSCALLS 257 3).
  17.  
  18. Problem #1: I found I only have \OS2\DOSCALLS.LIB and \OS2\DLL\DOSCALL1.DLL
  19. Nowhere can I find DOSCALLS.DLL. Is this normal? When I did a test prgm to
  20. do DosLoadModule to load DOSCALLS, it works. What is exactly happening?
  21. There's no DOSCALLS.DLL as far as I can see.
  22.  
  23. Problem #2: In the first paragraph above, there's a value <func #> which
  24. is to be the ordinal number of the function. Does this imply the position
  25. of the function in the DLL? Which do I find this piece of information?
  26.  
  27. Overall, is someone actively adding OS/2 API into EMX?
  28.  
  29. 'il
  30.