Python 3.2 Debug Lib
I need to either download or build the python32_d.lib, unfortunately wh开发者_Python百科enever I search for how to obtain said lib all I get is people asking the same question, but never the actual answer.
One answer was to #undef _DEBUG, but upon doing this I get an Iterator_Debug_Level linker error in the project. So how do I actually get the python32_d.lib?Are you building with MSVC? This should get you started.
精彩评论