Re: [C++-sig] How to get output from python embedded in VC++

2017-07-23 Thread Stefan Seefeld
On 23.07.2017 03:15, Jian wrote: > > Hi Stefan, > > I still got a assertion failed at Py_Initialize(). Below is the message. > > Program: C:\Python35\python35_d.dll > File: ..\Objects\object.c > Line: 84 > Expression: (op->_ob_prev == NULL) == (op->_ob_next == NULL) And you get this output from th

Re: [C++-sig] How to get output from python embedded in VC++

2017-07-23 Thread Jian
Hi Stefan, I still got a assertion failed at Py_Initialize(). Below is the message. Program: C:\Python35\python35_d.dll File: ..\Objects\object.c Line: 84 Expression: (op->_ob_prev == NULL) == (op->_ob_next == NULL) I also pasted mo code below. This function is invoked by a button click fu