Will that EXE already be running in parallel with Pharo before you send the
height?
Or do you want to start the EXE with the height as a parameter?

For the former you will need to open some kind of communication channel
between the two processes.
For the latter, try OSPRocess, OSSubprocess or LibC, or compile your code
to a DLL with "C" function definitions and call using FFI.

cheers -ben

On Wed, 1 Jul 2020 at 17:01, shawon58 <shawonhoqu...@gmail.com> wrote:

> Hi
> i want to know is there any way to send value like height , width etc from
> pharo to a exe file what i created using c++ file ?
>
> Thanks
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
>
>

Reply via email to