I have just learnt how to use C++ dll:s to let Python call C++ functions inside that dll, so at least I have solved that problem.
However, I also want to be able to do the opposite, where C++ calls Python functions. How do I do that? Can I use the dll for that as well?
Last edited on
Try looking into Boost. I have been told it provides a great way to access the one from the other.