Archived

This forum has been archived. Please start a new discussion on GitHub.

Silverlight & C++

Hello.

Can i have publisher written in C++ as stand alone app, and subscriber wirtten in Silverlight?

Thank you for quick answer.

Comments

  • bernard
    bernard Jupiter, FL
    Hello Justas,

    I believe this is possible, provided you use Ice for Silverlight with its 'socket transport'.

    Note that an IceStorm subscriber is an Ice server, while a publisher is an Ice client. So your subscribers would be "callbacks" as described in the Ice for Silverlight README.

    Cheers,
    Bernard