Hi all
In my MFC application I need to call Python IDLE, pass some terms (or
scripts or values - they are simple strings or memo fields) there so
that user may modify/evaluate/interpret it and then return the
modified terms back to the application.
How can I do it the best way (MFC->IDLE)?
As for
> IDLE is a Tkinter/TK IDE for Python... Why would you invoke a whole
> IDE to manipulate application data?
It was just an idea. I have never dealt with python before...
I need some hints to understand where the answer to my problem is.
>
> If you already have MFC in the mix, woul