Fatal Error C1001

I

ishbuu

Hi all.

I've been trying to get a program I wrote on my old machine to compile
on this one, but VS2k5 hasn't been able to finish the thing. I was
using the same operating system/hardware/version on my old machine, I
just replaced the Harddrives after my old one with the OS failed. No
matter how many tweaks I make to the build setup it always returns

fatal error C1001: An internal error has occurred in the compiler.
7>(compiler file 'msc1.cpp', line 1392)

Its never consistant, happens in different files, different positions,
in different cases, and the code is 100% working (it compiled on my old
machine with the EXACT same build setup) so I'm currently at a loss.
Anybody have any ideas? I've searched MSDN but it hasn't helped at all.
 
V

Vadym Stetsyak

Hello, (e-mail address removed)!

i> I've been trying to get a program I wrote on my old machine to compile
i> on this one, but VS2k5 hasn't been able to finish the thing. I was
i> using the same operating system/hardware/version on my old machine, I
i> just replaced the Harddrives after my old one with the OS failed. No
i> matter how many tweaks I make to the build setup it always returns

i> fatal error C1001: An internal error has occurred in the compiler.
7>> (compiler file 'msc1.cpp', line 1392)

You can this question in the appropriate NG, like
microsoft.public.dotnet.languages.vc

search engines can give some info on the issue ( http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=136140&SiteID=1 )
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top