<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Andreas <<a href="mailto:andreasberger.516@gmail.com">andreasberger.516@gmail.com</a>> schrieb am Mi., 22. Aug. 2018, 12:59:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I have a question. Is it possible to link FPC for Linux (PC and ARM) <br>
with GCC or other C++ object files?<br></blockquote></div><div dir="auto"><br></div><div dir="auto">You can use the $L directive for this ( <a href="https://freepascal.org/docs-html/current/prog/progsu43.html#x50-490001.2.43">https://freepascal.org/docs-html/current/prog/progsu43.html#x50-490001.2.43</a> ).</div><div dir="auto">If you use C++ it's recommended to use "extern "C"" however even though FPC supports cppdecl (as it can't handle all cases currently). And classes won't work either. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>