Windows CE 6 写字板替换

发布于 2024-07-18 20:44:30 字数 340 浏览 8 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心不设防 2024-07-25 20:44:30

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.

眼眸 2024-07-25 20:44:30

我最终用 C#/WinForms 编写了自己的简单文件编辑器。 不太好,但完成了工作。

I ended up writing my own simple file editor in C#/WinForms. Not great, but gets the job done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文