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
Post a Comment