<< > Why do you have to perform this check; what has to happen in either
case?
Its just for informational purposes.
I need to keep some projects in both VS 2005 and VS 2008 for a while, and to
avoid doubling up coding & testing of changes, I would like to keep a single
set of source code in VS2005 which periodically gets copied into a VS 2008
environment and compiled.
In case I get myself confused, I was just considering ways to tell, with
certainty, which version a particular .exe had been compiled with.
Barry,
Try using dumpbin. The PE headers used to contain the version of the
linker used to produce the file, and MS always changed the linker version
for each version of VS.
Bob
I didn't know about DumpBin.
I'll have a look at it.
Barry
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.