"Java and Swing" wrote:

>>> from ctypes import *
>>> myapp = cdll.LoadLibrary("c:\\myapp.dll")
>>> dumpbin /exports myapp.pyd
>
> i get, SyntaxError: invalid syntax with it pointing at the first "p" in
> myapp.pyd.

dumpbin is a command-line utillity, usually included in the compiler
toolsuite...

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to