home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!uchinews!msuinfo!msuinfo!news
- From: gcook@horus.cem.msu.EDU (Greg Cook|xxxxxx)
- Newsgroups: comp.lang.c++
- Subject: HELP with General Protection Fault
- Message-ID: <1ici6sINN1gv@msuinfo.cl.msu.edu>
- Date: 5 Jan 93 17:57:48 GMT
- Organization: Michigan State University
- Lines: 59
- NNTP-Posting-Host: horus.cem.msu.edu
-
-
- I've installed Turbo C++ v 3.0 and am having some problems running
- TC.exe. First, the mouse does not work well. I usually have to
- click the mouse button 5 or 6 times for it to respond to the mouse.
-
- More importantly, most of the time when I quit TC, I get the following
- message:
-
- EXCEPTION 13:general protection fault at 00B7:2156 error code 035C
- ax=0001,bx=0000,cx=0140,dx=0060,di=00AA,si=002F
- ds=00BF limit=219F segment#
- es=00BF limit=219F segment#
- cs=00B7 limit=22BF segment#
- ss=005B limit=INVL segment#
- error code=035C limit=0483 segment#
-
- strike any key to continue <I strike a key>
- Unhandled exception 000D at 00B7 2156 ErrCode 035C
-
- I have no idea what this means. Can someone shed some light for me?
-
- Below is my configuration.
-
- Thanks for your help.
-
- ---Greg
-
- 486-33 4M RAM
-
- ----AUTOEXEC.BAT
-
- c:\windows\smartdrv.exe 1024 1024
- @ECHO OFF
- 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
- MOUSE
- SET DIRCMD=/p
- set TZ=EST6
- dosedit alias
- teclock t1*C (an onscreen clock TSR)
- prompt $e[s$e[1;1f$e[41m$e[37m 3$d3 $e[1;2f$p$e[m$e[ucook$g$e[37m
-
- SET TEMP=C:\DOS
- SET FASTBACK=C:\DISkUTIL\FBPLUS
-
- ----CONFIG.SYS
-
- DEVICE=C:\DOS\SETVER.EXE
- DEVICE=C:\WINDOWS\HIMEM.SYS
- DOS=HIGH
- FILES=32
- BUFFERS=30
- DEVICE=C:\DOS\ANSI.SYS /X
- STACKS=9,256
- shell=c:\command.com /e:360 /p
-
- Gregory R. Cook | INTERNET: gcook@horus.cem.msu.edu
- Department of Chemistry | cookgreg@student.msu.edu
- Michigan State University | BITNET: cook@msucem.BITNET
- East Lansing, MI 48824 | COMPUSERVE: 74170,3010
-