News

You can't call a 10-argument function without looking it up or using an IDE with hints. If the function takes a struct as argument, you still may have to look up the struct, but at least it ...
I get an access violation. I am using a c++ dll with a single function that tries to extract a string from a PyObject. This is from similar examples posted in stackoverflow. Passing a c_char_p (to a ...