Is there a way to save and load version info in an exe file in a portable way?
[EDIT]Setting version info once in built time and reading them in run time.
[/EDIT]
Does adding version resource in Visual Studio make it not portable?
[EDIT]
I can add a version resource to my project in VC++ and reading that info using Win32 API. But what if I don't want to use Win32 on this matter?