This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

RE: Looking for DLL version number using objdump (or any command



Thanks very much DJ.

This is _exactly_ what I was looking for.  

However, it seems that the version for the DLLs is not getting fetched
properly.  Everything is listed as v0.0 even though Explorer shows (for
example) [Version] Product Version - 03.00.2301.

Does the version reporting not quite work or is there something wrong
perhaps 

.\ODBCCP32.DLL - os=4.0 img=0.0 sys=4.0
  "odbccp32.dll" v0.0 ts=1996/11/1 17:20
                 ^^^^
I assume this is supposed to be the DLL version

% cygcheck -v ODBCCP32.DLL
Found: h:\sqlplus\odbc\.\ODBCCP32.DLL
Warning: .\ODBCCP32.DLL hides h:\sqlplus\odbc\.\ODBCCP32.DLL
.\ODBCCP32.DLL - os=4.0 img=0.0 sys=4.0
  "odbccp32.dll" v0.0 ts=1996/11/1 17:20
  D:\WINNT\System32\COMCTL32.dll - os=5.0 img=5.0 sys=4.0
    "COMCTL32.dll" v0.0 ts=1998/3/16 9:06
    D:\WINNT\System32\ntdll.dll - os=4.0 img=4.0 sys=4.0
      "ntdll.dll" v0.0 ts=1997/4/11 12:19
    D:\WINNT\System32\GDI32.dll - os=4.0 img=4.0 sys=4.0
      "GDI32.dll" v0.0 ts=1997/4/8 13:27
      D:\WINNT\System32\ntdll.dll (already done)
      D:\WINNT\System32\KERNEL32.dll - os=4.0 img=4.0 sys=4.0
        "KERNEL32.dll" v0.0 ts=1997/4/25 10:01



-----Original Message-----
From: DJ Delorie [mailto:dj@delorie.com]
Sent: Tuesday, February 02, 1999 8:06 AM
To: gnu-win32@cygnus.com
Subject: Re: Looking for DLL version number using objdump (or any
command


Dale Quigg wrote:
> Should I be using something besides objdump for this?

Try using "cygcheck -v bash" and see what numbers it gives you.