RE: newer (11+) psqlODBC install on old system

From: Danny Severns <Danny(at)eidl-sw(dot)com>
To: Joe Gilmour <joe(at)gilmours(dot)com(dot)au>, "pgsql-odbc(at)lists(dot)postgresql(dot)org" <pgsql-odbc(at)lists(dot)postgresql(dot)org>
Subject: RE: newer (11+) psqlODBC install on old system
Date: 2020-05-13 13:36:49
Message-ID: 22569678e8044844b846653dfc030616@JANDC000-MBN17.ventech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

This is probably of not related, but just in case, I am using Win10, but I do not have WINMM.DLL anywhere on my system. I use MinGW for Windows development which contains libwinmm.a in the MinGW\lib folder. It is also included in two third party apps I use that are compiled using gcc & MinGW. If you think this is relative to your problem, I can see what procedures are included in this archive.
HTH
Danny

-----Original Message-----
From: Joe Gilmour <joe(at)gilmours(dot)com(dot)au>
Sent: Wednesday, May 13, 2020 8:22 AM
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: newer (11+) psqlODBC install on old system

On 12/5/20 6:06 pm, Clemens Ladisch wrote:
> Joe Gilmour wrote:
>> GetProcAddress(0x77BD0000 [MIDIMAP.DLL], "midMessage") called from "WINMM.DLL" at address 0x76B43AFA and returned NULL. Error: The specified procedure could not be found (127).
> This is strange, because both DLLs should be part of the OS.
> Do these DLLs come from the system directory, or did you pick up a rogue DLL from somewhere else?
>
>
> Regards,
> Clemens
>
>
I've had another go with Depends

When I profile odbcad32.exe under libssl-1_1.dll it says vcruntime140.dll is missing as are some dll files starting with API-MS-WIN-CRT.

Under libcrypto-1_1.dll it says the same but also missing bcrypt.dll

Seems almost like a path issue but I really don't know.

Thanks again.

Joe

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Clemens Ladisch 2020-05-13 15:04:33 Re: newer (11+) psqlODBC install on old system
Previous Message Joe Gilmour 2020-05-13 13:21:59 Re: newer (11+) psqlODBC install on old system