Hi,
I'm seeing some differences between delphi's resource compiler and fpcres on windows.
In delphi all values need to be terminated by a \0. if not you'll get some alignement issues like the fileprops attachment.
But when compiling in lazarus/freepascal, if the values are ending in \0 you'll get errors when using TVersionInfo.Load, it's complaining about duplicate keys:
An unhandled exception occurred at $004269B8:
EDuplicateKeyException: Duplicate key 'gramnam'
$004269B8
$00427535
$0042701F
$0040173C main, line 9 of project1.lpr
Any ideas on how to make the version.rc file work both in delphi and in fpc environments?