Hello
what would be the equivalent statements in o2 to declare the program version info
in PB we use the #RESOURCE statements to do it as below
#RESOURCE VERSIONINFO
#RESOURCE FILEVERSION 1, 0, 0, 0
#RESOURCE PRODUCTVERSION 1, 0, 0, 0
#RESOURCE STRINGINFO "0409", "04B0"
#RESOURCE VERSION$ "Comments", "myprogram"
#RESOURCE VERSION$ "CompanyName", "My company "
#RESOURCE VERSION$ "FileDescription", "myprogram.exe"
#RESOURCE VERSION$ "FileVersion", "1.0"
#RESOURCE VERSION$ "InternalName", "myprogram"
#RESOURCE VERSION$ "LegalCopyright", "Copyright(c) 2018 My company"
#RESOURCE VERSION$ "LegalTrademarks", "myprogram systems"
#RESOURCE VERSION$ "OriginalFilename", "myprogram.exe"
#RESOURCE VERSION$ "ProductName", "myprogram.exe"
#RESOURCE VERSION$ "ProductVersion", "1.0"
thanxx for help