building simple python 'embedding' in vc++6

Bryan belred1 at yahoo.com
Thu May 29 01:31:14 EDT 2003


"Mark Hammond" <mhammond at skippinet.com.au> wrote in message
news:mhfBa.5282$ES.58083 at news-server.bigpond.net.au...
> Bryan wrote:
>
>
> We do it this way as mixing debug and release libraries will cause
> untold grief for many people.
>
> It has less to do with debugging, and more to do with ensuring the
> correct C runtime lib is being used.
>

of course you are right.  you have to know what you are doing and not mix c
runtimes.

> If all you want is to debug your release builds, why not simply change
> the C++ options for that build to include debug info?  That is certainly
> a lot less risky than your advice.
>

excellent idea and i agree it's less risky...  but i think it won't work for
all cases.  there are times when you still want all the debug defines. etc.,
you really want a debug build, but don't want debug python libs (and
sometimes you don't want debug c runtime either).

bryan

> Mark.
>






More information about the Python-list mailing list