calldll and python20
Sam Schulenburg
samschul at pacbell.net
Wed Oct 18 14:11:54 EDT 2000
More information about the Python-list mailing list
Wed Oct 18 14:11:54 EDT 2000
- Previous message (by thread): calldll and python20
- Next message (by thread): unicode : big5 encoding?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Mark, As usual you spotted the problem. I forgot to mention that this was Sam Rushing's CallDll code, and it was writtin in C++. I added the extern "C" statment just prior to the initcalldll(void) declaration. Sam Schulenburg In article <KybH5.15084$wG1.61792 at news-server.bigpond.net.au>, "Mark Hammond" <MarkH at ActiveState.com> wrote: > > > __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. > > Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): calldll and python20
- Next message (by thread): unicode : big5 encoding?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list