Retrieving BSTR * from a DLL

mzdude jsanga at cox.net
Thu Jul 10 08:24:57 EDT 2008


On Jul 10, 6:15 am, Andrew MacIntyre <andy... at bullseye.apana.org.au>
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.



More information about the Python-list mailing list