home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9176 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!torn!news.ccs.queensu.ca!qucis.queensu.ca!ember!vicuna!frampton
  2. From: frampton@vicuna.ocunix.on.ca (Steve Frampton)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Strange problems with Borland C++ 3.0
  5. Message-ID: <NPBTqB1w165w@vicuna.ocunix.on.ca>
  6. Date: 9 Sep 92 02:35:22 GMT
  7. Reply-To: frampton@vicuna.ocunix.on.ca
  8. Followup-To: poster
  9. Organization: Vicuna Systems, Kingston, ON (613) 547-5066
  10. Lines: 40
  11.  
  12. Hi everyone:
  13.  
  14. I have three questions I am hoping someone will be able to enlighten me 
  15. on.
  16.  
  17. (1) Everybody knows about the "sticky shift" problem with the Borland 
  18. editor.  Thing is, I've tried all the suggestions (IGNOREA20 and 
  19. UNUSUAL8042 as switches to QEMM, as well as a device driver called 
  20. KBDFIX.SYS that apparently works wonders with WordPerfect) but the 
  21. problem remains.  Has anyone come up with a fix for this yet?
  22.  
  23. (2) Here's a neat bug:  Y'know how you can hold down the ALT key and type 
  24. a 3-digit ASCII code to generate a special character?  Great for line 
  25. drawing, etc., isn't it!  However, try typing ALT-224 and your computer 
  26. will freeze up!!  Cute bug, Borland, I lost over an hour of work the 
  27. first time that happened!  How about timed-backups for the next version?  
  28. :-)
  29.  
  30. (3) Has anybody been able to get ungetch() to work?  I am using the DOS 
  31. int 0x21 function to check keyboard status (ah=0x0b on entry, al=0xff on 
  32. exit if key is ready) and to read in a key (ah=0x07 on entry, al=char on
  33. exit) and yet pushing a key to the buffer with ungetch() doesn't seem to
  34. work!  I believe I have gotten it to work with getch() but I really have
  35. a need to use these DOS int 0x21 functions.  Help!
  36.  
  37. Well, that's about it.  Any information you can provide on any of these
  38. problems would be most appreciated!
  39.  
  40. Please respond via e-mail as I don't have read-access to this group.  I
  41. will be more than happy to follow-up with a summary, as these problems
  42. are probably oft-encountered and are certainly interesting.
  43.  
  44. Thanks in advance!
  45.  
  46. +-----------------------------------------------+--------------------+
  47. | Steve Frampton - frampton@vicuna.ocunix.on.ca | Steve Frampton     |
  48. | I collect postcards!  If you send me one from | 501-A Princess St. |
  49. | your area, I'll send one in return.  Send to >| Kingston, Ontario  |
  50. | (Don't forget both email and mailing address) | CANADA   K7L 1C3   |
  51. +-----------------------------------------------+--------------------+
  52.