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

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: newer (11+) psqlODBC install on old system
Date: 2020-05-13 15:04:33
Message-ID: 52ea21cc-c79c-2b04-a4ae-ea4ed1147e6f@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Joe Gilmour wrote:
> 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?
>
> I've had another go with Depends
>
> When I profile odbcad32.exe under libssl-1_1.dll it says vcruntime140.dll is missing

As far as I know, libssl does not come with Windows itself.
Are you using an Intel graphics driver? Or which DLL depends on this?

Is this the 32- or 64-bit version? Which VC runtime did you try to install?

> as are some dll files starting with API-MS-WIN-CRT.

These virtual DLLs do not actually exist.
That old depends tool does not know about them; try the latest release of the other one.

Regards,
Clemens

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Carlos Augusto 2020-05-18 14:45:22 Issue related to command timeout after 30s
Previous Message Danny Severns 2020-05-13 13:36:49 RE: newer (11+) psqlODBC install on old system