Announcement: Code generation from state diagrams
>From (UML) state diagrams to Python code made easy. State machines are without any doubt a very good way to model behavior. The new code generator from Sinelabore translates hierarchical state machines efficiently into different languages now including Python. The generator accepts diagrams from many common UML tools. It automatically performs robustness tests and allows interactive simulation of the model. The generated code is maintainable and readable. No special runtime libraries are required. More information and a demo version is available on www.sinelabore.com Best regards, Peter Mueller -- https://mail.python.org/mailman/listinfo/python-list
Using swig to use an existing dll/library
Hi together, i have a Windows DLL in C that is internally multithreaded and provides a callback function to signal specific events. As I understood one can use "normal" C-code with swig. Is it also possible to use existing DLLs? Does swig can also handel the callback method? If not - is there another wrapper toolkit that can do that? Thanks, Peter -- http://mail.python.org/mailman/listinfo/python-list