Compiler not working

  • Thread starter Marek Krzeminski
  • Start date
M

Marek Krzeminski

I followed the instructions in the following link
(http://support.microsoft.com/kb/325093/EN-US/) to fix my ASP server and it
now works

HOWEVER, when I try to use Visual Studio to compile any C++ programs I get
the following error:

Build Log
------- Build started: Project: test, Configuration:
Debug|Win32 -------


Command Lines
Creating temporary file "c:\Documents and Settings\Marek\My
Documents\Visual Studio Projects\Temp\test\Debug\RSP000001.rsp" with
contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd
/Yu"stdafx.h" /Fp"Debug/test.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c
/Wp64 /ZI /TP
".\test.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Marek\My
Documents\Visual Studio Projects\Temp\test\Debug\RSP000001.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Marek\My Documents\Visual
Studio Projects\Temp\test\Debug\RSP000002.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd
/Yc"stdafx.h" /Fp"Debug/test.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c
/Wp64 /ZI /TP
".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Marek\My
Documents\Visual Studio Projects\Temp\test\Debug\RSP000002.rsp" /nologo"

Output Window

Results
Build log was saved at "file://c:\Documents and Settings\Marek\My
Documents\Visual Studio Projects\Temp\test\Debug\BuildLog.htm"
test - 1 error(s), 0 warning(s)


I can't even make a hello world application!

Help please!
 
P

Patrick Olurotimi Ige

Marek ur name sounds Polish!
Are trying to compile C++ in a web form environment?
Won't it be better if u use C#
Patrick
 

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