如何基于托管代码在桌面和移动应用程序之间交换数据
我开发了在 WinXPSP3 下运行的桌面应用程序,该应用程序应与其他应用程序进行通信,该应用程序位于在 Windows Mobile 2003/2005 下运行的移动设备上,并停靠在运行 ActiveSync 的主机上。我搜索了一些看起来像WCF的机制,但没有找到。 BCL 是否包含任何可以帮助我的类,或者我必须使用第 3 方 API?
I develop the desktop application running under WinXPSP3 that should communicate to the other application, located at the mobile device running under Windows Mobile 2003/2005 and docked to the host with ActiveSync running. I have searched for some mechanism that looks like WCF, but failed to find any. Does BCL contain any classes that can help me, or I have to use 3rd party API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WinToolZone 有一个优秀的 CERapi 工具,它允许您通过 CERapi.dll 直接与设备通信...它是为 .NET 1.1 框架编译的...我使用该组件取得了很大成功,挽救了这一天...
查看“组件”链接,您将在下拉框中找到 CERapi 。
WinToolZone had an excellent CERapi tool which will allow you to communicate directly with the device via CERapi.dll... and it was compiled for the .NET 1.1 framework...I have had much success using that component which saved the day...
Look in there on that link for 'Components' and you will find CERapi in the dropdown box.