<div dir="ltr"><div class="gmail_default" style="font-size:large">Alexander, Its the calling line that is messing up.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">TLapeImportedFunc(Ptr)(@Stack[StackPos - ParamSize], Res);<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">* Res has a value before executing that line. However, the called method receives the 2nd param as null.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Or is it in the definition:</div><div class="gmail_default" style="font-size:large">TLapeImportedFunc = procedure(const Params: PParamArray; const Result: Pointer); {$IFDEF Using_CDECL}cdecl;{$ENDIF} <-- CDECL is enabled.<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">So, is a CDECL thing? A compile switch I need to enable/disable? Remove "const" everywhere? ... it has taken me 6 months to slow down and say, WTF. I can run everywhere but Windows. :-(</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 28, 2019 at 3:16 PM Alexander Grotewohl <<a href="mailto:alex@dcclost.com">alex@dcclost.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">don't know off the top of my head but does the ord() bit segfault without assigning it to anything? like if the function only had writleln(ord())! or does the result:= section segfault using ord() without the pointers?<div dir="auto"><br></div><div dir="auto">my guess is it works on linux/mac purely by luck. but i could be wrong.<br><br><div dir="auto">--<br>Alexander Grotewohl<br><a href="http://dcclost.com" target="_blank">http://dcclost.com</a></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sep 28, 2019 3:21 PM, Ozz Nixon <<a href="mailto:ozznixon@gmail.com" target="_blank">ozznixon@gmail.com</a>> wrote:<br type="attribution"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-size:large"><div><img alt="image.png" width="427" height="180"><br></div><div><br></div><div>When I evaluate the code - it is perfect. However, when I run the code, it raises a SIGSEGV - Segmentation fault. Yet, the code runs perfectly on Linux 64bit machine, and Mac 32bit.</div></div></div>
</blockquote></div><br></div>_______________________________________________<br>
fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a><br>
</blockquote></div>