I am trying to run a VC++ 6 project in VS2010. In that am getting:
Internal Compiler error.. error C1001
Can anyone please tell me how to rectify that error? I Googled for this and I found reinstalling the Service Pack will solve this issue. But it didn't.
Microsoft Developer Network suggests that you remove some optimizations in your code: Fatal Error C1001. Once you've worked out which optimization is causing the issue, you can use a #pragma to disable that optimization in just that area:
Hope that helps to solve your problem.