<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>It looks like I misread the error completely, and presumed, from the include logic that it was x86_64 / x86 only.  It compiles now, thanks!<br></div><div><br></div><div>On Wed, Aug 19, 2020, at 14:09, Sven Barth via fpc-pascal wrote:<br></div><blockquote type="cite" id="qt" style=""><div dir="auto"><div><div class="qt-gmail_quote"><div dir="ltr" class="qt-gmail_attr">Carlo Kok via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Mi., 19. Aug. 2020, 13:17:<br></div><blockquote class="qt-gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><div>Hi,<br></div><div> <br></div><div> for PascalScript FFI support, are there plans to support RTTI .Invoke, or any form of FFI available to do dynamic invoke from Pascalscript to FPC/api code?<br></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Rtti.Invoke is available in 3.2.0 however for all platforms except for Win64 and the register calling convention on i386 the libffi library is used. Officially libffi does not yet seem to support macOS on Aarch64 however it supports iOS, so you'll need to check whether you can get a variant working for macOS on Aarch64. <br></div><div dir="auto"><br></div><div dir="auto">Alternatively you'd need to implement a custom function call manager for Aarch64. <br></div><div dir="auto"><br></div><div dir="auto">Regards, <br></div><div dir="auto">Sven <br></div><div dir="auto"><div class="qt-gmail_quote"><blockquote class="qt-gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><br></blockquote></div></div></div><div>_______________________________________________<br></div><div>fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br></div><div><a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br></div><div><br></div></blockquote><div><br></div></body></html>