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
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi



_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to