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 ==========
 
Last edited:
With VS 2008 I find that if a program has a bug, where in XP it would usually break and highlight the code in yellow that was a problem, it just carries on as if nothing is wrong, and then fails to do whatever it's supposed to do. This makes it really hard to debug, as you have to add breakpoints everywhere and go through line by line working out where it's going wrong. It's as if it's added an imaginary try and catch on every line :confused:
 
Back
Top