Relative Content

Tag Archive for pythoncpython-3.xpointersctypes

ctypes “crashes” while trying to return pointer

I am currently trying to get a pointer element back from .dll library (compiled using cygwin and gcc – Source code is in C). But when executing the C function inside of python. The programm just “crashes” without any errors. (I am running Windows 11 Pro 23H2)