Home > Archive > Visual Studio > September 2004 > fatal error LNK1104
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
fatal error LNK1104
|
|
|
| Hi all,
Last time I cannot build my C++ projects in Visual Studio.
I changed nothing in system configuration, but last time I started getting
following error messages at linking stage:
----------------------------------------------------------------
link: executing 'C:\PROGRA~1\MICROS~2\VC98\Bin\link.exe'
LINK : fatal error LNK1104: cannot open file "TEMPFILE"
----------------------------------------------------------------
Unfortunately the MSDN library says nothing about such error. The same about
MS Knowledge base.
Changing project settings, build configurations, buiding another projects
(certainly working earlier)
and reinstalling MSVS does not help.
Antivirus software (with latest updates) doesn't find a virus.
Could you help me to eliminate this problem. First of all, what error
#LNK1104 stands for, and what is that TEMPFILE?
Thank you.
Azopp.
P.S. My system configuration: MS Windows XP SP1.
Visual Studio 6.0. SP5 with Processor Pack.
| |
|
| Hmm, nobody can help me?
Yesterday I already got one more error:
----------------------------------------------------------------------------
----
Generating Code...
D:\WORK\Projects\MyLib\Sources\MyLib1.cpp(3514) : fatal error C1001:
INTERNAL COMPILER ERROR
(compiler file 'E:\9044\vc98\p2\src\P2\main.c', line 181)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
----------------------------------------------------------------------------
----
|
|
|
|
|