K
konstantin.smolin
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->MFC, I'm afraid that copy-paste is the way out... Is it
so?
Thanks in advance for the hints.
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->MFC, I'm afraid that copy-paste is the way out... Is it
so?
Thanks in advance for the hints.