I'm trying very hard to find out, how to implement (atleast) the functionality to send messages to my SFML application from another application. It allready seems very hard to find a standard example, that is somewhat useful or at all a tutorial. I've never done this before in any other framework, especially not in SFML.
I personally want to realize this using the DotNet Bindings but I couldn't even find an SFML solution in c++, so I thought I should post this topic here.
Anyone here knows how this would be done?
edit: The application would run on a Windows machine.