Hi,
I have a collection of files needed their version to be set, This should be
done programmatically, I wonder... is there any existing API that enable
modification/addition of version to an existing binary?
It is possible to parse the '.rsrc' section manually, however, I am trying
to avoid this, any samples, pointers or advice would be appreciated.

Signature
Nadav
http://www.ddevel.com
Mattias Sj?gren - 06 Oct 2004 20:49 GMT
>is there any existing API that enable
>modification/addition of version to an existing binary?
You should look at the *UpdateResource family of Win32 APIs
http://msdn.microsoft.com/library/en-us/winui/WinUI/WindowsUserInterface/Resourc
es/IntroductiontoResources/ResourceReference/ResourceFunctions/BeginUpdateResour
ce.asp
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.