| Store | Cart

winapi32.GetFileVersionInfo() - problem

From: Martin v. Löwis <mar...@v.loewis.de>
Sun, 27 Mar 2005 12:55:20 +0200
Dennis Lee Bieber wrote:
> 	<heh> And the only reason I could state that so quickly was that> I've been tasked, at work, with creating a "configuration" report> reporting the version(s) [file/product] of a whole slew of DLLs (I'm> running a multi-level directory walk from subsystem roots).

Yes, answering this question certainly requires detailed knowledge of
Win32. Unfortunately/However/Factually this is really what the OP needs
to do now: go and understand Win32. Apparently, doesn't/didn't know
how Windows stores the version information. What is worse is that it
did not occur to him that his code (and the Python implementation behind
it, and the Microsoft API behind that) are all correct, and that the
problem really is in the file.

Regards,
Martin

Recent Messages in this Thread
L. Shestov Mar 25, 2005 03:37 am
Heiko Wundram Mar 25, 2005 11:58 am
"Martin v. Löwis" Mar 27, 2005 10:55 am
Messages in this thread