This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgohlke
Recipients cgohlke, ghazel, ocean-city, owenl, theller
Date 2011-01-21.09:34:47
SpamBayes Score 1.4234643e-06
Marked as misclassified No
Message-id <1295602491.05.0.0397671131867.issue9884@psf.upfronthosting.co.za>
In-reply-to
Content
The provided example has two problems: The DLL should be loaded as cdll, not windll. C_METHOD_TYPE4 uses c_int32 as parameter type while pyFunc4Type in testPy2.cpp uses LPVOID (64 bit on win-amd64). Even with those corrections the issue remains.
History
Date User Action Args
2011-01-21 09:34:51cgohlkesetrecipients: + cgohlke, theller, ghazel, ocean-city, owenl
2011-01-21 09:34:51cgohlkesetmessageid: <1295602491.05.0.0397671131867.issue9884@psf.upfronthosting.co.za>
2011-01-21 09:34:48cgohlkelinkissue9884 messages
2011-01-21 09:34:47cgohlkecreate