<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 18 March 2015 at 14:49, vfclists . <span dir="ltr"><<a href="mailto:vfclists@gmail.com" target="_blank">vfclists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><br></div>I have recently compiled projects which were converted from Delphi and it seems to me that the passing a function as a parameter does not require the '@' symbol. I suspect syntax errors came because I wasn't compiling from the command line.<br><br></div><div>e.g <br><br></div><div>function AFunction()<br></div><div>begin<br><br></div><div>end;<br><br></div><div>CallFunctionWithFunctionParameter (AFunction) instead of CallFunctionWithFunctionParameter (@AFunction)</div><div><br></div>Is passing a function as parameter without the '@' symbol accepted in Delphi?<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div><br>-- <br><div>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com" target="_blank">http://devblog.brahmancreations.com</a></div>
</div></div></div></font></span></div>
</blockquote></div><br></div><div class="gmail_extra">More questions on Mode Delphi.<br><br></div><div class="gmail_extra">1. Does Mode Delphi simply allow Delphi syntax to be compiled, or does it also affect the code generation, like data structures, pointer handling, parameter handling / calling conventions, stack frames etc?<br><br></div><div class="gmail_extra">2. When Mode Delphi is applied to a project, ie the .dpr, does it affect the whole project, or does each project require its own mode delphi statement?<br><br></div><div class="gmail_extra">3. Can it be switched on and off within the same unit, ie some procedures and data structures use it, some don't?<br><br clear="all"></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a></div>
</div></div>