Hi,<br><br>I've a dll and its header file that controls an hardware. I want to write a wrapper for this dll in Python. <br>What is the best way that I can write a wrapper?<br><br><br>I know ctypes modules and have used it before. As far as I know ctypes is only used to call the dll functions in a python module. This is not appropriate for writing a wrapper.<br>
Please suggest some way to write a wrapper.<br><br><br>Thanks and regards,<br>Rajat<br>