Windows 7 Visual Studio 2005?

zerkz

New Member
Anyone else have this working? I installed it last time flawlessly but any time I tried to compile anything I got errors (and no it wasn't my code.)

Was compiling C++ btw.

Heres a update with the error I get. After compiling and trying to debug a hello world program.

1>------ Build started: Project: test, Configuration: Debug Win32 ------
1>Linking...
1>Embedding manifest...
1>Project : error PRJ0002 : Error result 31 returned from 'C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\mt.exe'.
1>Build log was saved at "file://c:\Homework\COSC 110\Project 2\test\test\Debug\BuildLog.htm"
1>test - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Back
Top