Windows CE 6 写字板替换
我正在开发一个 Win CE 6 操作系统映像,并希望使其符合“Windows Embedded CE 6.0 核心运行时许可证”。
这意味着我必须删除写字板应用程序。 从产品服务和开发的角度来看,我想用类似但免费的东西替换它。
一个想法是用 C#/CF.Net 做一个简单的编辑器,但我更想找到一些可以插入并工作的东西,最好是免费的,或者至少比每单位 15 美元的升级许可证便宜。
是否有任何经过适当许可的文本编辑器可用于 Win CE 6?
我不需要富文本编辑器,只需要一个简单的文本编辑器来编辑 xml 和文本配置文件。 编辑器必须能够处理 utf-8/unicode。
I'm developing a Win CE 6 OS image and want to make it fit in the "Windows Embedded CE 6.0 Core Run-Time License".
This means, among other things, that I have to remove the Wordpad application.
From a product service and development perspective I'd like to replace it with something similar but free.
One thought was to do a simple editor in C#/CF.Net but I'd rather like to find something which can be plugged in and works, preferable free or at least cheaper than the 15$ per unit a bumped up license would cost.
Is there any suitably licensed text editors out there which are available for Win CE 6?
I don't need a rich text editor just a simple text editor to edit xml and text configuration files. The editor must be able to handle utf-8/unicode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
cke 非常好,我相信你可以与是作者。 CEdit 是另一个不错的。
cke is quite good and I'm sure you can make some kind of a deal with it's author. CEdit is another good one.
我最终用 C#/WinForms 编写了自己的简单文件编辑器。 不太好,但完成了工作。
I ended up writing my own simple file editor in C#/WinForms. Not great, but gets the job done.