|
Re: Programing with Python
The point of python is to be extensible. Any way you could write it into a block inside a C++ program? You could possibly create macros/variables from C++, and then "do something" with them in the Python block. If you can interject the Python code into the C++ file, you should be able to "just" compile it, assuming the WindRiver compiler contains support for the Python wrapper. I'm not very familiar with the process of embedding languages, most I've really dealt with to any extent is wrapping assembly into C, so please forgive me if I'm way off.
|