home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1044 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.0 KB  |  56 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!usc!sdd.hp.com!apollo.hp.com!netnews
  3. From: nelson_p@apollo.hp.com (Peter Nelson)
  4. Subject: Is it really this bad or is it just me II
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <Bs3nL9.5zE@apollo.hp.com>
  7. Date: Tue, 28 Jul 1992 12:48:44 GMT
  8. References: <Bs3Mpp.5ML@apollo.hp.com>
  9. Nntp-Posting-Host: c.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Corporation, Chelmsford, MA
  11. Lines: 43
  12.  
  13.                                    
  14.  
  15.   I recently posted a long article about trouble debugging 
  16.   scrolling messages in Borland's (3.1) TDW.   ( To recap: I seem
  17.   to get multiple scrolling messages for a single click on the
  18.   scrollbar when I'm in TDW but no strange behavior when I'm 
  19.   not in TDW.)
  20.  
  21.  
  22.   So I thought I'd study the problem with Winsight (Borland's
  23.   "passive" message and other event viewer).   But if I try to
  24.   run my program when Winsight is running my program does a 
  25.   GPF with Exception 13 (address violation)!!   It's fine when 
  26.   Winsight is not running.   According to TDW the exception is
  27.   happening in a call to TextOut.
  28.  
  29.   So I tried running Petzold's "Hello Windows" program, which
  30.   is about as simple and safe a Windows program as there is, 
  31.   while Winsight was on.   It didn't crap out totally, but
  32.   instead of displaying "hello windows"  it displayed gobbledygook
  33.   ( probably Martian for "you're screwed, pal!" ) 
  34.   
  35.  
  36.   So what's the deal here?   If tiny, simple beginner's programs 
  37.   crap out with Borland's debugger and Winsight, then how the HELL
  38.   does anyone develop and debug any nontrivial apps with these things??!!
  39.                                          
  40.   Are the Microsoft tools any more reliable than this?
  41.  
  42.   Thanks for any comments and advice.
  43.                                                       
  44.  
  45. ---peter      
  46.         
  47.  
  48. PS --    Gateway 2000, 486/33, 8M RAM, DOS 5.0,  Windows 3.1, 
  49.          Borland C/C++ 3.1, Microsoft serial mouse using the 
  50.          driver supplied with Windows 3.1, TDW is running in
  51.          dual monitor mode.  
  52.          
  53.  
  54.  
  55.   
  56.