0

I want to send a meesage from one application to another. In windows I would use a DllImprt for PostMessage or SendMessage.

What Can I do in linux? Is there an option not to use PostMessage or SendMessage in windows?

thanks

Randall Flagg
  • 4,834
  • 9
  • 33
  • 45

1 Answers1

2

Have a look at D-Bus: http://www.freedesktop.org/wiki/Software/dbus

Not sure it works on Windows, but it's quite popular for Linux applications.

Jaif
  • 85
  • 6