Hi,
II have few images and icons with text in my program. The images are specify in my .rc files. How I can't find how to change the picture with Passolo 2016 in a rc and resx file. I know I can modify the picture in a .CHM file.
Hi,
II have few images and icons with text in my program. The images are specify in my .rc files. How I can't find how to change the picture with Passolo 2016 in a rc and resx file. I know I can modify the picture in a .CHM file.
Like in a compiled HTML file (.CHM) binary program files (.DLL, .EXE) may contain pictures stored as BMP, PNG, etc. in the resource block. These pictures can be extracted by SDL Passolo and changed in the localization process.
A .RC file usually contains no picture, just references to external files with pictures. So the localization process is outside Passolo and will be done by exchanging the files for your build process.
In RESX files you can store pictures like
When the corresponding option is correctly set, Passolo will extract the picture like it does it from binary files.