I manually added AssemblyInfo.prg on Project > Properties, by drag and drop because X# do not allow anything to be added in there. I look at FabRT sample, do have AssemblyInfo.prg and do some experimentation, it works. On Windows Explorer, FabRT version information taken from AssemblyInfo is correct.Chris wrote:Robert,
What I was puzzled about, is what the resource compiler substitutes "VS_VERSION_INFO" info with, when you do not specify the define. Apparently it substitutes it with nothing, VS_VERSION_INFO is inserted as a string in this case.
Strange thing though is that if you do not specify "VS_VERSION_INFO" at all in the .rc file, but use the value 1 directly, then the string "VS_VERSION_INFO" does still appear embedded in the compiled resource!!! Looks to me like some weird hack MS has done here...
But, it does not work on my apps. Why? I do not want to use resource file.
Regards,
Rene