[Tutor] calling printf() in a C language DLL using ctypes.CDLL

James Chapman james at uplinkzero.com
Wed May 9 11:29:22 EDT 2018


A long time ago when I was working with Python and DLLs I slapped together
a basic and ugly example.
You can find it here: https://github.com/James-Chapman/python-code-snippets/
tree/master/DLL_C_funcs_w_callbacks

The whole thing should load into Visual Studio. I can't guarantee that it
works in its current state though. It was created mainly as a reminder to
myself.

--
James


More information about the Tutor mailing list