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

Andy Gayton andy at thecablelounge.com
Sat Jul 16 21:14:58 EDT 2005


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?

An alternative approach might be to expose your server's functionality 
via xmlrpc.  Not sure what writing xmlrpc clients in delphi is like; but 
it might be more pleasant than trying to generate dlls and makes other 
things possible.

good luck :)

Andy.




More information about the Twisted-Python mailing list