Re: Embedded Python interpreter, runtime libs, and crashing

2005-10-25 Thread jussij
> It all runs great in the "Debug" configuration, but > everything gets scary when I switch to "Release". My suggestion would be to turn on debug information for the release build. That would at least let you run the release build inside the debugger, allowing you to see the call stack of the off

Embedded Python interpreter, runtime libs, and crashing

2005-10-25 Thread Peter Newman
I'm embedding a Python interpreter into a project, and compiling with MSVC. It all runs great in the "Debug" configuration, but everything gets scary when I switch to "Release". I've read about things that can go wrong when you use the wrong runtime library when compiling a program that uses Pyth