home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky alt.msdos.programmer:3107 comp.os.msdos.programmer:11855
- Newsgroups: alt.msdos.programmer,comp.os.msdos.programmer
- Path: sparky!uunet!usc!cs.utexas.edu!convex!constellation!a.cs.okstate.edu!boggs
- From: boggs@a.cs.okstate.edu (BOGGS RICHARD GRAN)
- Subject: Re: "GP" Errors with BC 3.1
- References: <1993Jan6.214710.26976@schunix.uucp>
- Message-ID: <1993Jan7.070212.14926@a.cs.okstate.edu>
- Organization: Oklahoma State University, Computer Science, Stillwater
- Distribution: usa
- Date: Thu, 7 Jan 93 07:02:12 GMT
- Lines: 23
-
- In article <1993Jan6.214710.26976@schunix.uucp> sonix@schunix.uucp (Duane Morin) writes:
- >Perhaps someone recognizes this problem. My BC compile, which used to work
- >just dandy, now randomly crashes with "FATAL ERROR: GP fault" or somesuch
- >similar message. Not always on the same file, and not necessarily occurring
-
- I've encountered the same problem with BC++ 3.1 IDE version. I was rather
- confused since BC++ 3.0 worked just fine with the same program.
-
- The tech guys at Borland told me that BC++ 3.1 barfs on some compile-time
- errors. The tech I spoke to recommended running prj2mak to convert the .prj
- file to a make file and use the commandline version bcc.exe instead. Turns out
- he was right. The commandline compiler gave me some error messages before
- bombing out with a GP Fault. I fixed the errors in the source, and it works
- just peachy. Odd that 3.0 doesn't do that...
-
- Try running the commandline version and see if that gets any farther during the
- compile process. Worked for me.
-
- --
- Grant Boggs
- boggs@a.cs.okstate.edu
- Oklahoma State University
- Stillwater, Oklahoma
-