Can Silverlight be linked with a C++ static library ?
- by Niklaos
Hi,
I'm currently doing research to start a new project. This project will be in 2 parts a light Client (probably console) and an heavy one using silverlight. The light client must be cross-platform.
However, they will both use the same Core (by the way, the core will need to use the sockets).
I'd like to use C++ to build the light client but given that the core is common to both applications, it would be much appreciated if it's could be the same code.
So the question is quite simple : Can Silverlight be compilated with a C++ static library ? And if it's possible, what about cross-platform issues (with moonlight) ?
If it's not possible. Which language can i use to work with silverlight while being cross-platform ? Because of performance, a compilated language will be better !
Thanks for your expertise :)