WinCE 平台上 Webkit 的 C# Qyoto 绑定
是否可以使用 .NET Compact Framework 在 WinCE(5.0、6.0)上使用 QTWebKit 2.0 及更高版本)?如果是,知道从哪里开始(已编译的二进制文件在某处可用)吗? 我正在阅读 Qyoto 项目作为最佳解决方案,但在 WinCE 平台上没有任何参考。 此致, 弗伦克
is it possible to use QTWebKit on WinCE (5.0, 6.0) using .NET Compact Framework (2.0 and higher)? If yes, any idea where to start from(are compiled binaries available somewhere)?
I was reading about Qyoto project as an optimal solution but there are no references on WinCE platform.
Best regards,
Frenk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您检查过 WebKit.NET 吗?我知道他们目前使用 WinCairo 以 .Net 2.0 为目标,但我不认为他们所做的许多调用超出了 Compact Framework 的范围,而且 Compact Framework 确实支持 Interop,所以理论上它应该可以工作......
Have you checked out WebKit.NET? I know they currently target .Net 2.0 using WinCairo, but I don't think many of the calls they are making are outside the scope of the Compact Framework, and the Compact Framework does support Interop, so it should work in theory...