是否有 SWT 3.6 到 WPF 的端口?
最近我一直在寻找一个使用 WPF(或 DirectWrite)作为渲染器的 SWT 版本。
我发现的最后一个移植到 WPF 的 SWT 版本是 3.3。
不管怎样,有SWT 3.6到WPF的端口吗?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
最近我一直在寻找一个使用 WPF(或 DirectWrite)作为渲染器的 SWT 版本。
我发现的最后一个移植到 WPF 的 SWT 版本是 3.3。
不管怎样,有SWT 3.6到WPF的端口吗?
谢谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Eclipse 3.3 中添加了 WPF 支持,但我找不到任何参考它被删除直到 3.6,在邮件列表上讨论了 和错误跟踪器。从那些帖子看来,WPF 构建从未真正完成,但这是我发现的最新版本,日期为 2010 年 1 月。有趣的是,Direct2D 支持列在 Eclipse 3.7。我找不到更多信息,您可能想询问 SWT 团队发生了什么事。
当然值得注意的是,SWT 使用 win32 API 在 Vista 和 Windows 7 上运行良好。
WPF support was added in Eclipse 3.3, and I couldn't find any reference of it being removed until 3.6, which was discussed on the mailing list and in the bug tracker. It sounds from those posts like the WPF build was never really completed, but that's the latest I've found and is dated January 2010. Interestingly, Direct2D support is listed in the plan for Eclipse 3.7. I can't find any more information than that, you may want to ask the SWT team what's going on.
It's worth noting of course that SWT works fine on Vista and Windows 7, using the win32 API.