Pregunta

I need to update an old dll file that was written in VC6 by a former collegue. I have never worked with VC6.

I don't want to update the project to VC2010 because I am afraid that I might get into real trouble in regards of dependencies.

I tried to compile the old project in VC6 now, but the compiler states that there 20 errors.

So far so good, but I just don't see where the errors are, and the info that there are 20 errors do not get me any further.

Is there a way to have VC6 tell me where exactely the compilation errors are?

Thank you.

¿Fue útil?

Solución

I got it now. I played around with Clean, Compile All, then Clean again and Compile All again, and finally (after a few rounds) the compiler did not only state that there WERE errors but also which errors/where they are.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top