Board index » cppbuilder » GPF error when running de{*word*81}

GPF error when running de{*word*81}

I am brushing up on some old skills by attempting to program a solution
for the "Knight's Tour" chess problem. I am running into a GPF error
when I try to go past a certain line on the program. The IDE de{*word*81}
tells me that the error was a "processor fault" at address
"0x10df:0x0412". TD says that the processor error is "Exception 13 Error
0". I think it is some sort of memory bleed, but it is happening on all
three machines I try it on on the same line in the same place. (work,
laptop, and home) All three are running Win98. I am working with Borland
C++ v 4.52. Any help is greatly appreciated!

Tony Cario

 

Re:GPF error when running de{*word*81}


Hi Tony,

You probably need to repost this in borland.public.cpp.ide; BC4.52 is
very long in the tooth, and Builder is the 'latest and greatest' with
not much guarantee of experiential overlap. They're just a friendly
over there, though!

Good luck!

Quote
Tony Cario wrote:

> I am brushing up on some old skills by attempting to program a solution
> for the "Knight's Tour" chess problem. I am running into a GPF error
> when I try to go past a certain line on the program. The IDE de{*word*81}
> tells me that the error was a "processor fault" at address
> "0x10df:0x0412". TD says that the processor error is "Exception 13 Error
> 0". I think it is some sort of memory bleed, but it is happening on all
> three machines I try it on on the same line in the same place. (work,
> laptop, and home) All three are running Win98. I am working with Borland
> C++ v 4.52. Any help is greatly appreciated!

> Tony Cario

--
Bob
--------------------------------------------------------------------
When I was younger I wanted to know everything and do anything.
As I got older, I discovered how much more I didn't know, and couldn't
do some things.
Now I'd be happy if I just understood everything I do know!

Other Threads