I write some of my code in python. And write now I need to import it into the visual C++ 2010. I can't find any solution for this kind of problem.
The possible solution maybe convert python code into dll and import dll into visual C++ project. But I can't find any document to convert .py to .dll.
Anyone can help me?
Boost.Python could help.
This is document. http://www.boost.org/doc/libs/1_63_0/libs/python/doc/html/index.html
Of course, you should learn the usage for boost framework and Boost.Python module.