<div dir="ltr">When will FPC 3.0.0 be released officially???<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-24 19:26 GMT+07:00 Mark Morgan Lloyd <span dir="ltr"><<a href="mailto:markMLl.lazarus@telemetry.co.uk" target="_blank">markMLl.lazarus@telemetry.co.uk</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">zeljko wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 01/10/2015 02:39 PM, Mattias Gaertner wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sat, 10 Jan 2015 12:49:04 +0000<br>
Mark Morgan Lloyd <<a href="mailto:markMLl.lazarus@telemetry.co.uk" target="_blank">markMLl.lazarus@telemetry.co.<u></u>uk</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Mark Morgan Lloyd wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Lazarus trunk at about 47318 is OK with FPC 2.7.1 29398 on SPARC using<br>
Debian "Lenny",<br>
</blockquote>
<br>
Same combination on a PPC Mac raises an exception as below when the IDE<br>
is told to Tools -> Options.<br>
<br>
TApplication.HandleException Error reading<br>
ComponentsListView.Items.<u></u>LazData: Stream read error<br>
    Stack trace:<br>
    $10118410  TREADER__READPROPERTY,  line 1279 of<br>
/usr/local/src/fpc/fpc-trunk/<u></u>rtl/objpas/classes/reader.inc<br>
<br>
Apart from that and the blank toolbar issue it appears OK. Does anybody<br>
want me to get a backtrace and raise a bug?<br>
</blockquote>
<br>
TListItems.ReadLazData reads a TLazItemInfo, which is a record:<br>
<br>
   TLazItemInfo = record // packing is not needed and not wanted<br>
     ImageIndex: Integer;<br>
     StateIndex: Integer;<br>
     OverlayIndex: Integer;<br>
     SubItemCount: Integer;<br>
   end;<br>
<br>
Without "packed" the layout depends on the platform. But the stream<br>
should be streamed the same on all platforms. So it needs "packed".<br>
OTOH someone added a comment that it is not wanted.<br>
<br>
Has someone an idea why "packed" is "is not needed and not wanted"?<br>
</blockquote>
<br>
Annotate that unit and see who wrote that ?<br>
</blockquote>
<br></div></div>
Now on Mantis as 27719.<span class="im HOEnZb"><br>
<br>
-- <br>
Mark Morgan Lloyd<br>
markMLl .AT. <a href="http://telemetry.co" target="_blank">telemetry.co</a> .DOT. uk<br>
<br>
[Opinions above are the author's, not those of his employers or colleagues]<br>
<br></span><div class="HOEnZb"><div class="h5">
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>