Python Forum

Full Version: A dynamic link library (DLL) initialization routine failed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi There,

I am having trouble with accessing C++ dll with python 3.7 with ctypes library(WinDLL). This dll works fine with python version of 2.7 just stop working on 3.7 with error of "A dynamic link library (DLL) initialization routine failed".