| From: |
"Paul Smedley" <ecs-isp@2rosenthals.com> |
Full Headers Undecoded message |
| Subject: |
Re: [eCS-ISP] uacme 1.2.4 issue - update |
| Date: |
Mon, 10 Aug 2026 05:14:45 +0930 |
| To: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
|---|
Hi Max,
On 10/8/26 02:22, Massimo S. wrote:
Il 05/08/2026 23:03, Paul Smedley ha scritto:
I don't have easy access to an OS/2 box where I am right now, but what does chkdll32.exe uacme.exe on theĀ 1.0.19 & 1.2.4 executables say?
My guess is that 1.0.19 had libcurl statically linked and 1.2.4 has it dynamically linked.
Hi Paul,
yes, uacme 1.0.19 have curl DLL "inside"
All DLL's used by 'uacme_1019.exe' could be loaded.
Loading DLL 'libcn0' --> C:\USR\LIB\LIBCN0.DLL.
Loading DLL 'libcx0' --> C:\USR\LIB\LIBCX0.DLL.
Loading DLL 'gtls30' --> D:\SERVICES\UACME\GTLS30.DLL.
Loading DLL 'curl4' --> C:\USR\LIB\CURL4.DLL.
Loading DLL 'doscalls' --> loaded.
All DLL's used by 'uacme_124.exe' could be loaded.
Loading DLL 'libcn0' --> C:\USR\LIB\LIBCN0.DLL.
Loading DLL 'gtls30' --> D:\SERVICES\UACME\GTLS30.DLL.
Loading DLL 'curl4' --> C:\USR\LIB\CURL4.DLL.
Loading DLL 'gcc1' --> C:\USR\LIB\GCC1.DLL.
Loading DLL 'tcpip32' --> C:\MPTN\DLL\TCPIP32.DLL.
All DLL's used by 'uacme.exe' could be loaded.
All DLL's used by 'uacme_181.exe' could be loaded.
Loading DLL 'libc066' --> C:\USR\LIB\LIBC066.DLL.
Loading DLL 'libcx0' --> C:\USR\LIB\LIBCX0.DLL.
Loading DLL 'gtls30' --> D:\SERVICES\UACME\GTLS30.DLL.
Loading DLL 'pthr01' --> C:\USR\LIB\PTHR01.DLL.
Loading DLL 'tcpip32' --> C:\MPTN\DLL\TCPIP32.DLL.
Loading DLL 'doscalls' --> loaded.
Sorry...
Doesn't this show that both 1.019 and 1.2.4 both utilitise:
Loading DLL 'curl4' --> C:\USR\LIB\CURL4.DLL.
The only difference from a DLL point of view is that 1.2.4 is using
Loading DLL 'gcc1' --> C:\USR\LIB\GCC1.DLL. and 1.0.19 statically loads it....
Cheers,
Paul
|