Hi Terry, on Windows ooRexx uses LoadLibrary() to load the dll.
LoadLibrary first searches the directory where ooRexx is installed, so that
would be the suggested place to put your rexxgtk.dll.

rexxgtk.dll should be named in all lowercase, as rexxgtk.cls uses this name
to reference it.

libgtk-win32-2.0-0.dll (from the downloaded  msys/mingw/
>
I'm not sure whether any mingw-built library can interoperate with
MSVC-built ooRexx code.
I think you'll have to build-from-source everything you want to use

Did you build according to windows-building.txt?
Were any changes necessary to steps listed?  Could you update
windows-building.txt for whatever you had to do differently?

Thanks ... Erich

On Thu, Aug 22, 2019 at 3:10 AM Terry Fuller <t...@pgmguild.com> wrote:

> I've now built rexxgtk... But the first test routine fails with
>
>
> Error 98.903:  Unable to load library "rexxgtk"
>
>
> I've added the library that contain rexxgtk.dll (my newly built one), and
> the library that contains
>
> libgtk-win32-2.0-0.dll (from the downloaded  msys/mingw/...)
>
> Can anyone let me know what is the search path for DLL files referenced by
> oorexx LIBRARY names? Or offer pointers on diagnosing this error message?
>
> taf
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to