[Lazarus] Resources on Windows
Paul Ishenin
ip at kmiac.ru
Thu Jul 29 04:10:08 CEST 2010
29.07.2010 8:08, Alexander Klenin wrote:
> However, my question is -- is this yet another incompatible change
> made without any warning? Or did I miss it?
I wrote about this change here:
http://lazarus-dev.blogspot.com/2010/02/work-on-0930-changes-in-resource.html
The problem is that previosly we added to the project unit the next
string (if resources were used):
{$IFDEF WINDOWS}{$R projectname.rc}{$ENDIF}
Now we add the next string instead:
{$R *.res}
We can add the code to IDE to replace old resource directive with the
new one but what to do if developer added it by intention?
Best regards,
Paul Ishenin.
More information about the Lazarus
mailing list