Search code examples
Python ctypes: Prototype with LPCSTR [out] parameter...


pythonwinapiprototypectypesuser32

Read More
Transfer pointer from DLL (C/C++) to Python?...


pythonc++cpointersctypes

Read More
Create python object from memory address (using gi.repository)...


pythonctypespygobject

Read More
compare ctypes arrays without additional memory...


pythonctypes

Read More
How do I use ctypes.create_string_buffer to pass it as a char * argument for a C function?...


pythonc++cdllctypes

Read More
How to creating ctypes variables using python variables instead of hard-coded values?...


pythoncctypes

Read More
Python & Ctypes: Passing a struct to a function as a pointer to get back data...


pythonpointersstructctypes

Read More
How to access a string from C code with ctypes...


pythoncctypes

Read More
Difference between ndarray.data and ndarray.ctypes.data?...


numpyctypespybind11

Read More
Python ctypes: Python file object <-> C FILE *...


pythonctypes

Read More
Can Python load enum definitions from a C header file?...


pythonctypesheader-files

Read More
How to return an array in ctypes when calling a function...


pythoncarrayspointersctypes

Read More
Self-referencing class: concrete python class from C interface...


pythoncctypescreationself-reference

Read More
python ctypes: reading a string array...


pythonctypes

Read More
Python: SWIG vs ctypes...


pythonc++swigctypesffi

Read More
How to access Python bool variable from C code?...


pythoncctypes

Read More
Method find_msvcrt in ctype library is returning None because of the version of msvc that python was...


pythonwindowsvisual-c++ctypesopenai-whisper

Read More
Converting between bytes and POINTER(c_ubyte)...


pythonpython-3.xctypes

Read More
Changing Python integer in memory using ctypes module and GDB session...


pythoncgdbctypes

Read More
torchaudio can't find FFmpeg...


pythonpython-3.xffmpegctypestorchaudio

Read More
Numba cfunc factory with numpy arrays...


pythonnumpyctypesnumba

Read More
ctypes.ArgumentError passing a const char * from Python 3 to C function in Windows DLL...


pythonpython-3.xctypes

Read More
Passing Numeric Arrays to Python via ctypes Without Prior Knowledge of Array Length...


pythonarraysctypes

Read More
Why is printf() giving a strange output?...


pythonpython-2.7printfctypes

Read More
Using python CDLL to load dll, but no function from c code show up...


pythoncdllctypescl

Read More
How do I prevent a C shared library to print on stdout in python?...


pythonctypespython-2.x

Read More
Cannot create pointer type for a Structure subclass within __init_subclass__ using ctypes.POINTER...


pythonctypes

Read More
Calling SHGetKnownFolderPath from Python?...


pythonctypesc-stringsshell32.dlllpwstr

Read More
What does (~0L) mean?...


c++cx11ctypes

Read More
Is it possible to mix ctypes.Structure with regular python fields?...


pythonpython-3.xctypesclass-method

Read More
BackNext