Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » fatal error C1001-VC++ Toolkit 2003 on Windows XP
fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #816] Fri, 03 February 2006 11:37 Go to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
I installed TheIDE on one more computer and I got this error :

Quote:


d:\devel_upp\uppsrc\richtext\txtop.cpp(52) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'f:\vs70builds\3077\vc\Compiler\Utc\src\P2\main.c', line 148)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information



I googled and (I think) installed VC++ SP6.
But I didn't set up Environment variables for VC++ as Ultimate++ mentioned somewhere.

I'm still getting this error if Default BLITZ is checked or RichText.
What is the reason?

Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #818 is a reply to message #816] Fri, 03 February 2006 11:51 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
I have encounterd this when doing release mode builds of RichText. My guess is that it is VC++ global optimizer problem.

However, as BLITZ is primarily target on DEBUG mode (because it tends to produce larger executables in release), I did not investigated it further.

Was you building release or debug?

Mirek
Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #819 is a reply to message #818] Fri, 03 February 2006 12:19 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
luzr wrote on Fri, 03 February 2006 05:51

I have encounterd this when doing release mode builds of RichText. My guess is that it is VC++ global optimizer problem.

However, as BLITZ is primarily target on DEBUG mode (because it tends to produce larger executables in release), I did not investigated it further.

Was you building release or debug?

Mirek


release only...
Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4639 is a reply to message #819] Thu, 17 August 2006 18:29 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
I'm getting this error once again after I synced from uvs and despite Blitz off completely of RichEdit off only...

for both Debug and Optimal
Output:
E:\Devel_upp\a_upp_Mirek_dev\uvs.uppsrc\ide\Common\Common.cpp(2) : fatal error C1001: INTERNAL COMPILER ER
	ROR
        (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
Hdepend.cpp
E:\Devel_upp\a_upp_Mirek_dev\uvs.uppsrc\ide\Common\Hdepend.cpp(3) : fatal error C1001: INTERNAL COMPILER E
	RROR
        (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
Package.cpp
E:\Devel_upp\a_upp_Mirek_dev\uvs.uppsrc\ide\Common\Package.cpp(3) : fatal error C1001: INTERNAL COMPILER E
	RROR
        (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
Workspace.cpp
E:\Devel_upp\a_upp_Mirek_dev\uvs.uppsrc\ide\Common\Workspace.cpp(3) : 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
usc.cpp
E:\Devel_upp\a_upp_Mirek_dev\uvs.uppsrc\ide\Common\usc.cpp(3) : 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
ComDlg.cpp
E:\Devel_upp\a_upp_Mirek_dev\uvs.uppsrc\ide\Common\ComDlg.cpp(3) : fatal error C1001: INTERNAL COMPILER ER
	ROR
        (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
ide\Common: 6 file(s) built in (0:07.61), 1268 msecs / file, duration = 7661 msecs

What else can be?
Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4640 is a reply to message #4639] Thu, 17 August 2006 18:31 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
MS says:
..\..\xxxx\yyyy\zzzz.h(263) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701)
This error may occur when you compile a project that compiled without error in an earlier version of Visual C++. Back to the top

RESOLUTION
A supported fix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site...
[Edit]:
I'm using MSC 7.1 ...
and in both modes Optimal and Debug.

[Updated on: Thu, 17 August 2006 18:35]

Report message to a moderator

Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4641 is a reply to message #4640] Thu, 17 August 2006 18:46 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
Don't worry about this. (stupid me! I tried compressed repos...) Embarassed
Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4649 is a reply to message #4641] Fri, 18 August 2006 08:04 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
fudadmin wrote on Thu, 17 August 2006 17:46

Don't worry about this. (stupid me! I tried compressed repos...) Embarassed



In fact, no, it was the same with the uncompressed version. Smile
Finally, I've succeeded but still I can't figure out the exact reason.
I suspect something related to configs...
I caught it when tried to clean UPPOUT and it showed a different non-existant directory (which I possibly had entered before and then edited)
I'm writing it here just in case someone else encounters this problem...

[Updated on: Fri, 18 August 2006 08:05]

Report message to a moderator

Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4650 is a reply to message #4649] Fri, 18 August 2006 09:10 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Have you tried simple "Build All"?

Mirek
Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4655 is a reply to message #4650] Fri, 18 August 2006 09:31 Go to previous messageGo to next message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
luzr wrote on Fri, 18 August 2006 08:10

Have you tried simple "Build All"?

Mirek


No, I haven't. I had that idea but until I noticed that it uses MSC 8. And have MSC 7.1. Was (is) it possible?
Re: fatal error C1001-VC++ Toolkit 2003 on Windows XP [message #4659 is a reply to message #4655] Fri, 18 August 2006 10:06 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
No.

Mirek
Previous Topic: Several versions of upp: the best structure of Upp directories?
Next Topic: The ide with 608dev1 download?
Goto Forum:
  


Current Time: Thu Mar 28 21:58:09 CET 2024

Total time taken to generate the page: 0.01498 seconds