Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.os2.programmer.misc > #1208
| From | "A.D. Fundum" <what.ever@neverm.ind> |
|---|---|
| Message-ID | <o8uYFJ3iqTdG-pn2-qB3uvkc3rIEZ@localhost> (permalink) |
| Newsgroups | comp.os.os2.programmer.misc |
| Subject | Re: RXFTP.DLL's FtpPing() bug still there? |
| References | <o8uYFJ3iqTdG-pn2-c3SvExcQbkgR@localhost> <51fcbd59$0$6564$9b4e6d93@newsspool4.arcor-online.net> |
| Organization | Xennanews |
| Date | 2013-08-03 15:45 +0200 |
>> REX0417E: Error 43.1: Could not find routine "FTPPING"
> Can't confirm this.
> Or you missed to load the dll before:
Thank you. No second RXFTP.DLL and I found some FtpPing()-related
reported bugs, but indeed I RxFuncAdd()'ed FtpPing() before I used
FtpLoadFuncs() because SysFileTree() was added the same way. The
function FtpPing() isn't exported by the DLL, but the RxFuncAdd()
register entry still was pointing to that DLL to try to find it.
So solved, it works. FtpLoadFuncs() has to be used to make this
FtpPing() known to Rexx. FtpLoadFuncs() doesn't override earlier
references to a non-experted and non-existing FtpPing().
> To use the functions in the REXX FTP API package, execute this REXX
code:
> rc = RxFuncAdd("FtpLoadFuncs","rxFtp","FtpLoadFuncs")
> rc = FtpLoadFuncs()
--
Back to comp.os.os2.programmer.misc | Previous | Next — Previous in thread | Find similar
RXFTP.DLL's FtpPing() bug still there? "A.D. Fundum" <what.ever@neverm.ind> - 2013-08-03 05:54 +0200
Re: RXFTP.DLL's FtpPing() bug still there? Marcel Müller <news.5.maazl@spamgourmet.org> - 2013-08-03 10:20 +0200
Re: RXFTP.DLL's FtpPing() bug still there? "A.D. Fundum" <what.ever@neverm.ind> - 2013-08-03 15:45 +0200
csiph-web