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

Sebastian Schulze flashbuster at gmail.com
Fri Jul 15 10:04:09 EDT 2005


It's just a guess, but i would think you could write a wrapper for this
with swig (www.swig.org) or boost
(http://www.boost.org/libs/python/doc/index.html)

greets, Sebastian

2005/7/15, Andrew Bennetts <andrew-twisted at puzzling.org>:
> 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.
> 
> 
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>




More information about the Twisted-Python mailing list