Message126710
| 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:51 | cgohlke | set | recipients: + cgohlke, theller, ghazel, ocean-city, owenl |
| 2011-01-21 09:34:51 | cgohlke | set | messageid: <1295602491.05.0.0397671131867.issue9884@psf.upfronthosting.co.za> |
| 2011-01-21 09:34:48 | cgohlke | link | issue9884 messages |
| 2011-01-21 09:34:47 | cgohlke | create | |