| Author |
determine VC version for .lib
|
|
| Jeff F 2006-01-23, 7:08 pm |
| How can I tell which version of VC was used to create a .lib file?
Thanks, Jeff
| |
| marco 2 2006-01-23, 7:08 pm |
| i'm not 100% sure, but you could try opening
it as you would a text file, and then trying
to find a version description nr.
m.
"Jeff F" <not@anywhere.com> schreef in bericht
news:uctVRzFIGHA.604@TK2MSFTNGP14.phx.gbl...
> How can I tell which version of VC was used to create a .lib file?
>
> Thanks, Jeff
>
| |
| Jeff F 2006-01-24, 8:00 am |
| marco 2 wrote:
>
> "Jeff F" <not@anywhere.com> schreef in bericht
> news:uctVRzFIGHA.604@TK2MSFTNGP14.phx.gbl...
> i'm not 100% sure, but you could try opening
> it as you would a text file, and then trying
> to find a version description nr.
>
No such luck. I've tried using lib.exe and dumpbin.exe to no avail. Any one
with any other ideas?
Thanks, Jeff
| |
| Stephen Howe 2006-01-25, 7:23 pm |
| > How can I tell which version of VC was used to create a .lib file?
I don't think you can. A LIB is nothing more than a collection of OBJ files
and unless there is a comment record or debug records you won't know. A
complete list of dependencies might enable you to make an informed guess.
Stephen Howe
| |
| Jeff F 2006-01-26, 8:01 am |
| Stephen Howe wrote:
>
> I don't think you can. A LIB is nothing more than a collection of OBJ
> files and unless there is a comment record or debug records you won't
> know. A complete list of dependencies might enable you to make an
> informed guess.
Thanks, that's what I've gathered after digging through the output from lib
and dumpbin.
Jeff
|
|
|
|