<p dir="ltr">I have the latest version of Devart pgdac and virtualtable.pas compiles fine.</p>
<div class="gmail_quote">On Feb 23, 2016 3:33 AM, "Serguei TARASSOV" <<a href="mailto:serge@arbinada.com">serge@arbinada.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Sorry, my previous example was not complete.<br>
Here is a problem detected when compiling UniDAC 6.2.8.<br>
Taken from real code in VirtualTable.pas<br>
<br>
program Project1;<br>
<br>
{$MODE DELPHI}<br>
<br>
uses<br>
SysUtils, Classes, DB;<br>
<br>
procedure InternalCreateFieldDefs(Fields: TFields; FieldDefs: TFieldDefs);<br>
var<br>
F: TField;<br>
FieldDef: TFieldDef;<br>
begin<br>
begin<br>
with F do<br>
begin<br>
FieldDef := FieldDefs.AddFieldDef;<br>
// in FPC 3.0.0 Error: No member is provided to access property<br>
// in FPC 2.6.4 compiles OK<br>
end;<br>
end;<br>
end;<br>
<br>
begin<br>
end.<br>
<br>
<br>
<br>
<br>
-----<br>
--<br>
Regards,<br>
Serguei<br>
--<br>
View this message in context: <a href="http://free-pascal-general.1045716.n5.nabble.com/Bug-in-FPC-3-0-0-was-Bug-in-FPC-3-0-0-tp5724274.html" rel="noreferrer" target="_blank">http://free-pascal-general.1045716.n5.nabble.com/Bug-in-FPC-3-0-0-was-Bug-in-FPC-3-0-0-tp5724274.html</a><br>
Sent from the Free Pascal - General mailing list archive at Nabble.com.<br>
_______________________________________________<br>
fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div>