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.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus