I have some dll i'm not able to load using ctypes.open() method. I have no clue why. It has C extern functions, all other dlls from the same path are loaded correctly.
In FF 8 the dll is loaded without issues, I'm trying on FF 22 without any success. Appreciate your assistance here.
Guy
It was because I had “C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin” in my PATH environment. Don't know why it is related. But I'll explore it further.