Hi
I'm still trying to resolve the failure of fpc using libapl to get it's stdout
trying to get libapl stdout to be gotten in my libapl/fpc program i read the
https://gist.github.com/houmei/cfd9e570b8de4d8fd55ada228d5ff004#file-readme-2-configure
thinking fpc might be using a different stdout th
Hi Chris
still working on getting fpc to handle the libapl stdout
i have asked fpc people about
> Does freepascal start foreign code in a separate process? Without
> reopening stdout?
and will give their answer when i get it
---
I have tried to convert your c++ code to fpc but the only stdou
Those variables are C++ variables, so the names are probably mangled. You
can try to change the GNU APL code to declare them as extern "C".
Den sön 15 jan. 2023 07:19 skrev:
> Hi
>
> I'm still trying to resolve the failure of fpc using libapl to get it's
> stdout
>
> trying to get libapl stdout