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

2017-07-20 Thread Stefan Seefeld
On 19.07.2017 23:25, Jian wrote: > > Dear Gurus, > > I want to embed python interpreter in my program. What I want is to > redirect those output to a control such as RICHEDIT which can be > modified as a output window in my program. So I can write *.py files > outside of program and invoke it insid

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

2017-07-20 Thread Jian
Dear Gurus, I want to embed python interpreter in my program. What I want is to redirect those output to a control such as RICHEDIT which can be modified as a output window in my program. So I can write *.py files outside of program and invoke it inside program as a script file. In order to get