Hi Ruud-Jan,

I am indeed running Ubuntu 24.06 under QEMU/KVM and yes, I'm following the rexxapi sample -- which runs just fine.

Thanks for the pointer, but...

taf@taf-24:~/learning/oorexxGTK$ LD_LIBRARY_PATH=`pwd` rexx example-0.rex
    32 *-* ::method gSignalConnect   external "LIBRARY orxgtk_methods NoArgMethodReturn123" Error 98 running /home/taf/learning/oorexxGTK/example-0.rex line 32:  Execution error.
Error 98.903:  Unable to load library "orxgtk_methods".

I'm really new at this, so I justsliced up the example... so I'm hoping that the connection between gSignalConnect to NoArgMethodReturn123 is ok (no requirement to match rexx name with target name.  I've removed the trailing blank in the method name, as was also suggested.

So... any more help?


On 2024.10.26 04.10, Ruurd-Jan Idenburg via Oorexx-devel wrote:

Hi again,

If you followed the rexxapi sample for external methods and used this to execute the sample

LD_LIBRARY_PATH=`pwd` rexx .....

make sure the quotes are back-ticks, otherwise it won't work.

--
taf
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to