On Sat, 21 Feb 2015 15:21:34 +0100 JuuS <[email protected]> wrote: >[...] > The offending line in the clean published PROJ.lpi file is: > > <Icon Value="0"/>
There was a bug. The read/write of this value didn't use the same default value. So, by removing it you changed the flag to 1, which means no icon. I fixed the default value. Note: The debugger error is a different thing. So, this is not yet fixed. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
