- how to embed c++ code using ironpython?
"#include " says error, because in folder c:\ironpython27 doesn't have include folder (*.h files).
- can we embed ironpython into C++? or IronPython is only meant for C#?
environment: win 7, VS 2015
"#include " says error, because in folder c:\ironpython27 doesn't have include folder (*.h files).
environment: win 7, VS 2015
Iron python is actually written in C# and meant to extend DOT NET e.g. C# & VB seamlessly. Hence, to work embed in C++, it'd better to use standard python.
https://www.infoworld.com/article/3096748/open-source-tools/python-for-net-rises-from-the-dead.html