ctypes issues involving a pointer to an array of strings

2009-10-20 Thread Nathaniel Hayes
I am working on creating a python API for a dll for a daqboard we have here. I have the documentation for the library, as well as the C, Delphi and VB api. I have decided to use ctypes for the project, and most is working out alright. However I have run in to considerable headaches when dealing

ctypes issues involving a pointer to an array of strings

2009-10-20 Thread Nathaniel Hayes
I am working on creating a python API for a dll for a daqboard we have here. I have the documentation for the library, as well as the C, Delphi and VB api. I have decided to use ctypes for the project, and most is working out alright. However I have run in to considerable headaches when dealing