<p>Am 13.05.2016 17:58 schrieb "Seth Grover" <<a href="mailto:sethdgrover@gmail.com">sethdgrover@gmail.com</a>>:<br>
> How can I do this? Is there any way for me to pass an array of const argument through directly to a cdecl'ed procvar call?</p>
<p>You can't, because an array of const/vararg of a cdecl function is something completely different from a normal Pascal array of const.</p>
<p>Regards,<br>
Sven</p>