Menu

Python Embed C++ / News: Recent posts

Request for feedback

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!

Posted by Fernando Trias 2010-03-05

Version 0.21 fixes minor issues

Fixes a few issues with the differences in creating of temporary files in Windows under Cygwin and MinGW.

Posted by Fernando Trias 2010-02-24

Call Python functions from C

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.

Posted by Fernando Trias 2010-02-14

Release 0.1b

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.

Posted by Fernando Trias 2010-02-12
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.