Internal Compiler Error Msc1.cpp Please Help!
by Denis Malyavin · in Torque Game Engine · 12/28/2004 (9:32 am) · 5 replies
Tried compiling the engine: (VC++ V7.1 .NET)
opengl2d3d warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
glu2d3d warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinSpool.h(2008): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNetWk.h(484): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNls.h(92): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Rebooting didnt help, DirectX path in first line, reinstall of engine source didnt help.... any suggestions?
Thanks!
Denis
opengl2d3d warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
glu2d3d warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinSpool.h(2008): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNetWk.h(484): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNls.h(92): fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Rebooting didnt help, DirectX path in first line, reinstall of engine source didnt help.... any suggestions?
Thanks!
Denis
#2
12/28/2004 (1:51 pm)
Installed hot fix and issue is resolved, thanks for pointing in the right direction! :)
#3
12/28/2004 (2:40 pm)
Ah, great! Glad it got fixed. :)
#5
C:\Xtra_Torque_RTS\SDK\VS2005\Torque SDK.sln
under glu2d3d right click edit properties
under - linker / General
edit Incremental:NO
to Incremental:YES
with the drop down text box at right pane
click Apply click OK
select Torque Demo
from BUILD select
Clean Torque Demo
then when its done
Build Torque Demo
dude the problem aint that odd I have 0 experiance with Visual C++
i have been using this compiler since april 23,rd when i downloaded it
and I found the answer by tracking the error with compile log
and checking the target glu2d3d under the solution properties
hot fix ??? why no mention of what it is? where it is what its called?
hardly a thread of any value with 0 information about your
"Installed hot fix and issue is resolved, thanks for pointing in the right direction! :)"
the purpose of the forum is to provide all user access to answers
you seem to have made this thread a personal Q/A site with
no concern that some one else may actually experiance
a similiar problem and could benefit from the info you got ...
05/01/2006 (1:32 pm)
Go to file and open Project/Solution (ctrl + shift + O)C:\Xtra_Torque_RTS\SDK\VS2005\Torque SDK.sln
under glu2d3d right click edit properties
under - linker / General
edit Incremental:NO
to Incremental:YES
with the drop down text box at right pane
click Apply click OK
select Torque Demo
from BUILD select
Clean Torque Demo
then when its done
Build Torque Demo
dude the problem aint that odd I have 0 experiance with Visual C++
i have been using this compiler since april 23,rd when i downloaded it
and I found the answer by tracking the error with compile log
and checking the target glu2d3d under the solution properties
hot fix ??? why no mention of what it is? where it is what its called?
hardly a thread of any value with 0 information about your
"Installed hot fix and issue is resolved, thanks for pointing in the right direction! :)"
the purpose of the forum is to provide all user access to answers
you seem to have made this thread a personal Q/A site with
no concern that some one else may actually experiance
a similiar problem and could benefit from the info you got ...
Associate Kyle Carter
Have you tried checking the MSDN knowledge base?