Hi I am having trouble getting RexxCurl installed on a Windows10 machine.
Using ooRexx
Open Object Rexx Version 4.2.0
Build date: Feb 22 2014
Addressing Mode: 32.
I tried installing the rexxcurl202w32_oorexx.exe version, and then tried the same version from the rexxcurl202w32_oorexx.zip file.
The dlls all appear to be present and in the path, but RxFuncAdd always returns 1 and curlLoadFuncs cannot be found.
C:\ooRexx\studio\rexxcurl>rexx testcurl.rexx 15 *-* Call CurlLoadFuncs Error 43 running C:\ooRexx\studio\rexxcurl\testcurl.rexx line 15: Routine not found Error 43.1: Could not find routine "CURLLOADFUNCS" C:\ooRexx\studio\rexxcurl>rexx -e "say syssearchpath('PATH','REXXCURL.DLL')" C:\ooRexx\studio\rexxcurl\REXXCURL.DLL
I have checked that the user has execute rights on all the dlls.
Here are the files downloaded from the zip
c: CPLv1.0 .txt 11839 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: history 2850 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: libcurl .dll 615424 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: libeay32 .dll 1551973 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: libiconv-2 .dll 926123 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: libidn-11 .dll 279955 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: librtmp .dll 183382 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: libssl32 .dll 352405 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: readme 802 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: rexxcurl .dll 310784 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: rexxcurl .exe 304128 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: ssleay32 .dll 200704 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: testcurl .rexx 1617 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: todo 79 22/11/16 15:34 \ooRexx\studio\rexxcurl
c: zlib1 .dll 86016 22/11/16 15:34 \ooRexx\studio\rexxcurl
The INSTALL file was not present, so there may be more that I was meant to do.
thanks
Jon