04-13-2005 01:36 AM
04-13-2005 03:53 AM
02-01-2006 08:28 AM
I got one of these unrecoverable errors. I was worried about it at first when I came to this thread. For my unrecoverable i elmininated it down to one *.C file and then I found what was causing it in that C file. For me it was a struct that I was declaring as a variable in one of my functions. I renamed the struct without updating this specific function and it was causing a Unrecoverable Error at compile time. Try compiling the files in your project individually until you find the one causing the error then start commenting sections out until it goes away... Good Luck...
-G. Futia
02-02-2006 10:13 AM - edited 02-02-2006 10:13 AM
Message Edited by bilalD on 02-02-2006 10:15 AM