Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的 DOS 程序创建一个文本编辑器。我想使用 FreePascal 编译器创建它。有人知道创建它的逻辑编程吗?
确保 FPC 已正确安装和设置(包括 PATH),如果需要,请下载主要源。(取决于平台)
在 packages/fv/examples/ (在源代码中)运行“make”,以便将 testapp.pas 编译为 testapp.exe
运行 testapp.exe 并选择 File->New,你现在在编辑器中。
研究 testapp 源并从程序中删除您不喜欢的任何部分。Turbo Pascal“Turbo Vision”库(与本演示使用的 FPC 提供的 FV 库非常相似)的参考书是一个很好的资产。