Debug builds on WIndows (was Re: (no subject) )

Gordon McMillan gmcm at hypernet.com
Wed Apr 5 10:41:21 EDT 2000


Sameh chafik pro wrote:

> 
> Are there any way to have the python16_d.lib and .dll, or the python15_d.dll ?????
> 

You need to build Python from source to get these.

You will need to have python_d.exe, python16_d.dll and the 
debug build of your extension module all in the same dir to 
debug.

You also need to be sure that the python dll and your 
extension dll use exactly the same C runtime library. For 
debug that's "Debug Multithreaded DLL" and for release 
"Multithreaded DLL".


- Gordon




More information about the Python-list mailing list