I tried to use ctypes to interface to some C/C++ code as DLL with IronPython on Windows. I got random segfaults and errors in malloc. I am trying to boil it down and moved to a simple project that ...
IronPythonでは、Win32 APIを直接呼び出すことはサポートされていない(ActiveXやCOMライブラリを呼び出すサポートは存在する)。 一方CPythonの場合、Win32 APIを呼び出すには、以下に挙げるctypesライブラリとWindowsエクステンションライブラリをインストールすれば良い ...
Dear all, The fix from bitbucket was part of the work, the compilation of ctypes was failing for python 2.7.2 as there was a mismatch on definition on a function on the ctypes module.