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?

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top