Embed Python in C++ VS2015 -


i want embed python code in c++ console application vs2015. followed tutorial https://docs.python.org/2/extending/embedding.html, first example, 5.1 high level embedding. when debug, shows error : impossible start program because python34_d.dll missed. think should problem of configuration, don't know how resolve.

thanks help.

build in release mode, worked me. python34_d.dll tends debug


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -