Java script Dude wrote: > I basically need to write a script that will make calls to a DLL and > parse the return result for API calls that consist of several data > fields in the input and output parameters. > > [Questions] > [q1] Is ctypes the right Python library to use for this interaction. > . . . . . I know about calldll but it seems quite poorly documented.
ctypes replaces and improves on calldll, which whether poorly documented or not is unsupported. It can do whatever you need. > [q2] Are there any existing windows DLLs that one could use to build > simplified test code. Can't help you. There are obviously many windows DLLs in existence, and any one of them might be suitable to you, but you'll have to judge that yourself. Why wouldn't you just use the target DLL that you already have? -Peter -- http://mail.python.org/mailman/listinfo/python-list