Re: dll Version Info by Valter
Valter
Tue Sep 25 11:36:20 CDT 2007
"Javier Grijalba" <Javier.Grijalba@discussions.microsoft.com> wrote
in news:op.ty7wpzxewnzlqi@localhost:
> Hello,
> I need to know the version of an dll that the PB compiles into the
> image i.e MSXML.DLL
> Where can I check that? I only see in the catalog MSXML 3.0
If the dll provides version information you can use GetFileVersionInfo
(and GetFileVersionInfoSize) to read that information.
If you need to check the version on a PC you can use any version
checking tool (the simplest way is to right click on the file and
check the "version" tab on the properties dialog) since the executable
format (PE) is the same on CE and on desktop releases of Windows.
--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)