
6 Sep
2006
6 Sep
'06
7:14 a.m.
Hello Yan, thank you for the advice unfortunately I am still getting the Internal Compiler Errors. This problem is proving to be quite a show-stopper for my library. Kind regards, Eoin Yan Zhang wrote:
I had the same problem with MSV7.1 and resolved it by using project setting: /Gm, which is under C/C++/Code Generation. Basically, you need to reduce the debug information.
Yan