home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10871 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.4 KB  |  31 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!concert!rti!jbs
  3. From: jbs@rti.rti.org
  4. Subject: More trouble with WATCOM C and PharLap 386|DOS-Extender
  5. Message-ID: <1992Nov23.192639.1137@rti.rti.org>
  6. Organization: Research Triangle Institute, RTP, NC
  7. References: <1992Nov21.090222.17117@debbie.cc.nctu.edu.tw>
  8. Date: Mon, 23 Nov 92 19:26:39 GMT
  9. Lines: 20
  10.  
  11. In article <1992Nov21.090222.17117@debbie.cc.nctu.edu.tw> cschen@csie.nctu.edu.tw (Chih-Shen Chen) writes:
  12. >
  13. >    With WATCOM C/386 and PharLap 386|DOS-Extender, I failed to change
  14. >the interrupt vector in protected mode.  WATCOM C/386 is new to me.  So I 
  15. >am wondering if there's anyone be so kind to give me some help, I will will
  16. >sincerely appreciate that.
  17.  
  18. I also have had trouble with this compiler/extender combination. My
  19. trouble has been with the _dos_findfirst and _dos_findnext functions. With
  20. the DOS/4GW extender, they work fine.  With the PharLap extender, they
  21. don't work (they return the correct value for the number of files they
  22. should be finding, but the structure that should contain the file information
  23. (name, size, etc.) is empty/uninitialized.
  24.  
  25. I am beginning to suspect that these are genuine bugs rather than
  26. something I'm doing wrong, since Watcom has not called me back in over a
  27. week despite the message on their answering machine promising to call me
  28. back within one business day.
  29.  
  30.   -joe
  31.