On Jul 10, 6:15 am, Andrew MacIntyre <[EMAIL PROTECTED]> wrote: <snip> > This likely indicates that the DLL is using the C calling convention > and not the stdcall calling convention. Use CDLL rather than WinDLL > to load the DLL.
using cdll got me over the calling hurdle. However, I'm not seeing the returned BSTR. > You might like to join the ctypes-users mailing list at sourceforge. I did, thanks. -- http://mail.python.org/mailman/listinfo/python-list