User Profile
Collapse
-
a more rewarding solution was to use SWIG, which is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), D, Go language,... -
accessing dll from python using ctypes...
Hi,
I know that to access any dll from python one should use ctypes. Till now I haven't been able to get it working (I tried both declarations to initialize). Problem that I think is that the dll uses a lot of #define and its own custom structures, of which I couldn't find the definition in ctypes.
I can't see how to go exactly using ctypes, is my problem justified or I missed to see something really important. Also...
No activity results to display
Show More
Leave a comment: