07-09-2020 02:19 AM
Trying to rebuild some old code ( originating from CVI 5) the code is build with Labwindows/CVI-2019 ( on Windows10 1903 Build 18362.30) but the created executetable fails to start with: "ext-ms-win-gdi-I1-1-0.DLL not found."
Any ideas how to fix that ? I'am not aware of any direct WinSDK/gdi calls in this code.
07-09-2020 04:36 AM - edited 07-09-2020 04:39 AM
Replying myself: Found a package with a stub ext-ms-win-gdi-I1-1-0.DLL on sourceforge . This fixes that problem. Unfortunalety this unhides the next problem:
According to docs.microsoft.com this function was
"Introduced into api-ms-win-core-fibers-l2-1-1.dll in 10.0.10240. Removed in 10.0.10586."