2006年11月26日 星期日 20:15
Hi , python 要怎么样才可以调用别人已经写好的dll文件中的函数呢? Thanks! Best Regards! Paolo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061126/b64ca648/attachment.html
2006年11月27日 星期一 01:28
u may google "ctypes" On 11/26/06, Paolo. lu <paolo.lu在gmail.com> wrote: > > Hi , > python 要怎么样才可以调用别人已经写好的dll文件中的函数呢? > > Thanks! > Best Regards! > Paolo > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- Linker M Lin linkerlin88在gmail.com ※※※※※※※※※ ※※我思故我在※※ ※※※※※※※※※ -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061127/d3478957/attachment.html
2006年11月29日 星期三 17:34
将dll放在sys.path中 from ctypes import * cdll.LoadLibrary(libraryname) 就OK ----- Original Message ----- From: Linker Lin To: python-chinese在lists.python.cn Sent: Monday, November 27, 2006 1:28 AM Subject: Re: [python-chinese]python 怎样才可以调用dll文件啊? u may google "ctypes" On 11/26/06, Paolo. lu <paolo.lu在gmail.com> wrote: Hi , python 要怎么样才可以调用别人已经写好的dll文件中的函数呢? Thanks! Best Regards! Paolo -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20061129/5e12c2ef/attachment.htm
Zeuux © 2025
京ICP备05028076号