Python Embed C++ News
Embed C++ in Python source code, dynamically compile and access data
Brought to you by:
ftrias
If you have used embedc, please leave feedback with to the platform, compiler, etc and how well it worked. Any feature requests are also appreciated. Thanks!
Fixes a few issues with the differences in creating of temporary files in Windows under Cygwin and MinGW.
I added a new directive, DEF, which allows calling Python functions from C. Syntax is DEF <return_type> <function_name> <argument_type ....>. Afterwards, the function can be called with <function_name> from C. See sample.py for example.
This completes the major features for the first release. New features are importing/exporting all local/global variables automatically. Unicode strings. Python 3.1 compatibility. Direct modification of local variables as well as global variables.