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
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