home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18716 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  2.1 KB

  1. Path: sparky!uunet!haven.umd.edu!mimsy!uchinews!msuinfo!msuinfo!news
  2. From: gcook@horus.cem.msu.EDU (Greg Cook|xxxxxx)
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP with General Protection Fault
  5. Message-ID: <1ici6sINN1gv@msuinfo.cl.msu.edu>
  6. Date: 5 Jan 93 17:57:48 GMT
  7. Organization: Michigan State University
  8. Lines: 59
  9. NNTP-Posting-Host: horus.cem.msu.edu
  10.  
  11.  
  12. I've installed Turbo C++ v 3.0 and am having some problems running 
  13. TC.exe.  First, the mouse does not work well.  I usually have to
  14. click the mouse button 5 or 6 times for it to respond to the mouse.
  15.  
  16. More importantly, most of the time when I quit TC, I get the following
  17. message:
  18.  
  19. EXCEPTION 13:general protection fault at 00B7:2156 error code 035C
  20.              ax=0001,bx=0000,cx=0140,dx=0060,di=00AA,si=002F
  21.              ds=00BF limit=219F segment#
  22.              es=00BF limit=219F segment#
  23.              cs=00B7 limit=22BF segment#
  24.              ss=005B limit=INVL segment#
  25.              error code=035C limit=0483 segment#
  26.  
  27.              strike any key to continue  <I strike a key>
  28. Unhandled exception 000D at 00B7 2156 ErrCode 035C
  29.  
  30. I have no idea what this means.  Can someone shed some light for me?
  31.  
  32. Below is my configuration.
  33.  
  34. Thanks for your help.
  35.  
  36. ---Greg
  37.  
  38. 486-33 4M RAM
  39.  
  40. ----AUTOEXEC.BAT
  41.  
  42. c:\windows\smartdrv.exe 1024 1024
  43. @ECHO OFF
  44. PATH C:\EXCEL;C:\WINWORD;C:\DOS;C:\BIN;C:\BATCH;C:\WINDOWS;C:\WORD\VI;C:\pict\VPIC51;C:\MOUSE;C:\corel;C:\tc\bin;c:\bin\arj
  45. MOUSE 
  46. SET DIRCMD=/p
  47. set TZ=EST6
  48. dosedit alias
  49. teclock t1*C  (an onscreen clock TSR)
  50. prompt $e[s$e[1;1f$e[41m$e[37m                                                       3$d3         $e[1;2f$p$e[m$e[ucook$g$e[37m
  51.  
  52. SET TEMP=C:\DOS
  53. SET FASTBACK=C:\DISkUTIL\FBPLUS
  54.  
  55. ----CONFIG.SYS
  56.  
  57. DEVICE=C:\DOS\SETVER.EXE
  58. DEVICE=C:\WINDOWS\HIMEM.SYS
  59. DOS=HIGH
  60. FILES=32
  61. BUFFERS=30
  62. DEVICE=C:\DOS\ANSI.SYS /X
  63. STACKS=9,256
  64. shell=c:\command.com /e:360 /p
  65.  
  66.      Gregory R. Cook         |  INTERNET:    gcook@horus.cem.msu.edu
  67.  Department of Chemistry     |               cookgreg@student.msu.edu
  68. Michigan State University    |  BITNET:      cook@msucem.BITNET
  69.  East Lansing, MI  48824     |  COMPUSERVE:  74170,3010
  70.