|
Re: C++ Catastrophic error in libs compiling
Check the code that is just before the .h file. These are all read in in the order you put them in your code. Look for a character that shoudn not be there either in the code just before the .h or in the previous .h.
|