XYplorer and inter-process communication (IPC)
Posted: 27 Sep 2013 17:08
XY can do a lot of things (coffee too) but certain tasks require third party utilities that need to communicate their results back to XY.
Using a text file as intermediate step is a classic, but it's not that elegant.
The recent addition of copydata is neat, but can't be used always. More specifically, it's great for communication between two XYs and from XY to other programs, but not the other way around. In fact, you need to use a language which can send a WM_COPYDATA message.
So my question is: besides C, C++, Autoit and some others, is there a way to send a WM_COPYDATA message to XY using only the means provided by a fresh Windows install?
Using a text file as intermediate step is a classic, but it's not that elegant.
The recent addition of copydata is neat, but can't be used always. More specifically, it's great for communication between two XYs and from XY to other programs, but not the other way around. In fact, you need to use a language which can send a WM_COPYDATA message.
So my question is: besides C, C++, Autoit and some others, is there a way to send a WM_COPYDATA message to XY using only the means provided by a fresh Windows install?