16.07.2012, 19:56
Quote:
I remember how big a pain this can be because no compiler info is shown. The only way i solved the problem was to what makes the compiler crash is to comment out big chunks of code i recently changed that made to compiler crash and then recompile until the compiler didnt crash so basically:
First try to comment out code chunk 1 and 2 and see if compiler crashes. If it still crashes comment out one more chunk using: /* code chunk bla bla bla bla bla bla */ and try to compile again until you have commented out so much that the compiler dont crash. Then chunk by chunk you add the new code until the compiler crashes and then you know the problem is in the last chunk you added. Hope it makes sence to you. |