質問

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