Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linker

Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error

I'm trying to build a Python package (pyspotify) with bindings to a C library (libspotify). I&#… Read more Build Python Package With C Bindings In Windows (vc90) Causes Lnk1181 Fatal Error

Passing Array/tuple From Python Back To C++

I am trying to pass a list to python from cpp and taking it back. Initially I tried to pass a singl… Read more Passing Array/tuple From Python Back To C++