My program uses an icon. The .ico file is in the 'Resource files' folder of Plato (when I click on it Plato opens it in picture editor window.
The main code hast the following statements:
winapp 'simu3icon'
.... lots of code lines
ans=winio@('%mi[simu3icon]&')
.... lots of code lines
resources
simu3icon ICON hstsimu3.ico
and the icon file is available in the same folder as the source.
When compiling I get the error *** Unable to open file HSTSIMU3.ICO
Any suggestion what the problem is woudl be very welcom