[Twisted-Python] Is it possible to build a .dll for other win32 program/language to invoke?

Andrew Bennetts andrew-twisted at puzzling.org
Thu Jul 14 23:11:53 EDT 2005


On Fri, Jul 15, 2005 at 10:37:04AM +0800, Eric Hsu wrote:
[...]
> 
> Here comes the question: is it possible to build the protocol related
> classes from the server to be some kind of .dll, so that the app could
> invoke them, reuse them to handle the protocol related stuffs?
> 
> Any infomation would be warmly welcome, thanks in advance!

On Windows, you could probably achieve this with the pythoncom facilities of
Mark Hammond's win32all package.  Delphi apparently works quite well with
COM.

I haven't touched Windows for quite a while though, so I can't really help
with the details of doing that.

-Andrew.





More information about the Twisted-Python mailing list