<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-02-24 12:48 GMT+01:00 Anthony Walter <span dir="ltr"><<a href="mailto:sysrpl@gmail.com" target="_blank">sysrpl@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">On another forum a Free Pascal user opined that {$MODE DELPHI} is wrong and should not be used other than for people or companies trying to convert Delphi code to Free Pascal.<div><br></div><div>What's the official position on this point?<br></div></div>
</blockquote></div><div class="gmail_extra"><br></div>Delphi is IMO the best available mode. ObjPas is unusable for me for many reasons, few of them:</div><div class="gmail_extra"><br></div><div class="gmail_extra">* Different parsing of comments </div><div class="gmail_extra">* Unlogical approach for static; modifier (I can't use static methods as callback in objfpc... the main reason of introducing static in Delphi is callback for api...)</div><div class="gmail_extra">* I cant use the same name for class var and for parameter in method <a href="http://bugs.freepascal.org/view.php?id=24963">http://bugs.freepascal.org/view.php?id=24963</a></div><div class="gmail_extra">* generic and specialize keyword hell in extensively used generics...</div><div class="gmail_extra"><br></div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr"><div>Best regards,<br>Maciej Izak</div></div></div>
</div></div>