Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 14:02:33 +0000



Post From: DLL load error: Likely missing dependency file

[2019-04-18 14:24:20]
User972768 - Posts: 166
It seems that Windows 10 v1809 (at least build 17763.437) has CRT DLL as default installation.

I came across similar issue in my Custom Study when 32-bit DLL was fine and 64-bit would refuse to load on some client systems. I found that I had different compiler options for 32 and 64 bit DLL. My 32-bit was configured as /MT and 64-bit as /MD. More details at https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features?view=vs-2019

Cheers