home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / misc / 5306 < prev    next >
Encoding:
Text File  |  1993-01-24  |  2.0 KB  |  50 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. From: chris@chrism.demon.co.uk (Chris Marriott)
  3. Path: sparky!uunet!pipex!demon!chrism.demon.co.uk!chris
  4. Subject: Re: Does anybody know this bug? 
  5. Distribution: world
  6. References: <1993Jan23.150923.12794@ousrvr.oulu.fi>
  7. Organization: None
  8. Reply-To: chris@chrism.demon.co.uk
  9. X-Mailer: Simple NEWS 1.90 (ka9q DIS 1.19)
  10. Lines: 35
  11. Date: Sat, 23 Jan 1993 17:33:11 +0000
  12. Message-ID: <727810391snz@chrism.demon.co.uk>
  13. Sender: usenet@demon.co.uk
  14.  
  15. In article <1993Jan23.150923.12794@ousrvr.oulu.fi> artoinas@phoenix.oulu.fi writes:
  16.  
  17. >
  18. >I am programming an application with Turbo C++ for Windows 3.0. I use Windows
  19. >version 3.0. So far, I've detected all bugs and fixed them. Now one lurking
  20. >bug is driving me mad, I have no idea about it's causes. 
  21. >
  22. >Well, I know that this is too general, but here is what the bug does:
  23. >Sometimes after running the application Windows gives me an Unrecoverable
  24. >Application error when I toggle the mouse on text editing window (in Turbo
  25. >C++) and start typing something. However (of course) this doesn't happen al-
  26. >ways. So if you have seen this problem and solved it, please answer?
  27. >
  28. >Arto Oinas - first year Computer Science student from Finland
  29. >(Too general really I bet)
  30. >
  31. >
  32.  
  33. I suggest you try and run your application under Windows 3.1, if at all
  34. possible.  That way the UAE will be replaced by a General Protection Fault,
  35. which has the advantage of showing you *where* your program crashed.  Armed
  36. with that address and a linker map you can then find out which function
  37. the problem is occurring in, and track it down from there.
  38.  
  39. Best wishes,
  40.  
  41. Chris
  42. -- 
  43. --------------------------------------------------------------------------
  44. | Chris Marriott                           | chris@chrism.demon.co.uk    |
  45. | Warrington, UK                           | BIX: cmarriott              |
  46. |                                          | CIX: cmarriott              |
  47. | Save the whales.  Collect the whole set. | CompuServe: 100113,1140     |
  48. --------------------------------------------------------------------------
  49.  
  50.