[DUG] VersionInfo

Paul McKenzie paul at smss.org.nz
Mon May 8 11:06:42 NZST 2006


Have a look into "GetFileVersionInfoSize". We use this to get the version info strings, this can 
also be used to get the version number... various examles are out on the net.

   VerInfoSize := GetFileVersionInfoSize(PChar(Application.EXEName), Dummy);
   if VerInfoSize > 0 then
   \\ ...
   \\ Insert code to read the version numbers...

Regards
Paul McKenzie
Wellington
New Zealand


Rohit Gupta wrote:
> Is there an easy way for an application to obtain the version info from
> 
> 1.  Its own resource
> 2.  Some other app/dll
> 
> 
> 
> _______________________________________________
> Delphi mailing list
> Delphi at ns3.123.co.nz
> http://ns3.123.co.nz/mailman/listinfo/delphi
> 
> 



More information about the Delphi mailing list