Error spawning cl.exe

  • Thread starter Thread starter Anthrax-
  • Start date Start date
A

Anthrax-

Guest
Hello im using MicroSoft Visual C++ 6.0 Standard Edition, and im trying to get one of my projects to build but im geting a error saying "Error spawning cl.exe" i get this same error when building a blank project. heres what it says



Code Snippet

--------------------Configuration: TatniumD3D - Win32 Debug--------------------
Compiling...
Error spawning cl.exe

TatniumD3D.dll - 1 error(s), 0 warning(s)


And heres part of the debug



Code Snippet
Creating command line "cl.exe @C:\DOCUME~1\dj1\LOCALS~1\Temp\RSPC5.tmp"
Creating temporary file "C:\DOCUME~1\dj1\LOCALS~1\Temp\RSPC6.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"Debug/TatniumD3D.pdb" /debug /machine:I386 /out:"Debug/TatniumD3D.dll" /implib:"Debug/TatniumD3D.lib" /pdbtype:sept
".\Debug\d3d8dev.obj"
".\Debug\d3d8int.obj"
".\Debug\d3d8tex.obj"
".\Debug\d3d8.obj"
".\Debug\main.obj"
]
Creating command line "link.exe @C:\DOCUME~1\dj1\LOCALS~1\Temp\RSPC6.tmp"







Thanks for the help!
emotion-1.gif


Continue reading...
 
Back
Top