calldll and python20

Mark Hammond MarkH at ActiveState.com
Wed Oct 18 02:37:30 EDT 2000


> __declspec(dllexport) void
> initcalldll(void)

Is it C++ code?  Try "extern "C"" before it.

Also, MSVC comes with a tool "dumpbin.exe" - try "dumpbin /exports
calldll.pyd"

Mark.






More information about the Python-list mailing list