MS-DOS 的 PRC 工具
我正在使用 PocketDOS 模拟 MS-DOS 6.22,但我想在上面为 Palm OS 进行开发,然后我想要了解我是否可以在其上运行 prc-tools 或任何其他适用于 Palm OS 的编译器。
I'm emulating MS-DOS 6.22 with PocketDOS, but I want to develop for Palm OS on it, then I want to know if I can run prc-tools or any other compiler for Palm OS on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从未见过 prc-tools 的端口可以在严格的 DOS 环境中运行。它们的 Windows 版本构建在 cygwin 框架之上。您可以使用 DJGPP 构建它,但我怀疑大部分代码、库和实用程序都依赖于文件名中包含超过 8.3 个字符。
其他关键工具均基于 Windows、Mac 或 Linux。当 Palm OS 开发真正开始时,DOS 还不是专业程序员用来编程的环境。
您可以尝试从 http://jpdefault.altervista.org/?p 运行 Mini vMac =software&id=minivmac,然后使用旧版本的 CodeWarrior for Palm OS。版本 6 仍然支持 68K 主机 IIRC。
I never saw a port of prc-tools to run in a strict DOS environment. The Windows versions of them were built on top of the cygwin framework. It's possible that you could build it using DJGPP, but I suspect that much of the code, libraries, and utilities rely on having more than 8.3 characters in filenames.
The other key tools were all Windows, Mac, or Linux based. By the time Palm OS development really started, DOS just wasn't an environment professional programmers were using for programming.
You could try running Mini vMac from http://jpdefault.altervista.org/?p=software&id=minivmac and then using an old version of CodeWarrior for Palm OS. Version 6 still had support for 68K hosts, IIRC.