"peetm" <[EMAIL PROTECTED]> wrote: > I'd like to compile (?) the DiffLib Python code into a binary form that can > be called by other Windows apps - like, I'd like to compile it into a DLL. > > Is this possible?
you can link your DLL (or application) against the Python DLL, and use the Python API to pass data from C/C++ to Python, and back again. for details, see the "embedding" sections in http://docs.python.org/api/api.html </F> -- http://mail.python.org/mailman/listinfo/python-list