I'm using Python Tools for Visual Studio (PTVS). I can't do the c++ debugging of an extension. I've already enabled native code debugging. My doubt is how to link the 2 projects (c++ and python)? The c++ library is loaded in this way in python (3.4 - 64bit):
cpplib = ctypes.cdll.LoadLibrary(CPPLIB_PATH)
This is what I see from Visual Studio