Pregunta

I have just downloaded agsXMPP SDK from this link , I opend the source code and I want to build the .dll so it would work for Windows Phone, since it's made for Winforms.

So is it possible to do so? If so how can I do that?

No hay solución correcta

Otros consejos

it does not build without modifications for Windows Phone. Sockets are totally different on Windows Phone and other required namespaces are missing. This mean you have to make some major modifications to compile it for WP. The MatriX SDK which you can download on the same page works fine on Windows Phone.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top