home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7469 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.5 KB  |  41 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!uunet.ca!rose!usenet
  3. From: gyl.midroni@rose.com (gyl midroni)
  4. Subject: BPW debugger bug?
  5. Organization: Rose Media Inc, Toronto, Ontario.
  6. Date: Tue, 15 Dec 1992 00:14:14 GMT
  7. Message-ID: <1992Dec15.001417.35@rose.com>
  8. Sender: usenet@rose.com (Usenet Gateway)
  9. X-Gated-By: Usenet <==> RoseMail Gateway (v1.70)
  10. Lines: 29
  11.  
  12.  
  13. Date Entered: 12-14-92 19:12
  14.  
  15.     I put up a message yesterday about unexplained Borland Pascal 7.0 
  16. (windows) debugger crashes. I have localized the problem in a 
  17. reproducible manner and wonder if anyone else can reproduce this:
  18.  
  19. The problem is with the GlobalCompact(-1) function running in the 
  20. debugger.  To test this, use the BSCRLAPP program found in the 
  21. ...\examples\win\owl directory.  This program shows how to use AHINCR 
  22. to load a bitmap of size > 64K.  
  23.     The call to globalcompact(-1) is made in this program.  I am not 
  24. sure why -1 is used as the variable, as the docs don't mention this 
  25. option.  In fact, the debugger works fine with the call 
  26. globalcompact(0).    
  27.     Anyway, when I run this program with the call to 
  28. globalcompact(-1), no breakpoints are recognized after the function 
  29. call.  The application continues to run, seemingly normally, but the 
  30. debugger crashes when I try to exist the application.  This does not 
  31. occur if the call is deleted, or made to glocalcompact(0).
  32.  
  33.     ????Any Comments?????  
  34.  
  35.                         Gyl
  36.                 gyl.midroni@rose.com
  37.  
  38. ---
  39.    RR 1.60 R001881
  40.    RM 2.00 : RoseNet<=>Usenet Gateway : Rose Media 416-733-2285
  41.