How do I make a C++ program call Python functions?
I know how to do the opposite, where Python functions call C++ functions by using a DLL, can it be used for this as well?
How do I make a C++ program call Python functions?
I know how to do the opposite, where Python functions call C++ functions by using a DLL, can it be used for this as well?