本文介绍了如何编码和编译Amiga应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为Amiga编写一个应用程序,只是为了好玩!

I would like to program an application for the Amiga, just for fun!

请有人可以根据以下内容逐步发布操作方法吗?

Please could someone post a step by step howto based on the following?

  • 我到底应该使用什么编程工具,已经安装了吗?
  • 我仅限于纯文本编辑器,还是有可用的IDE和调试工具?
  • 如果尚未安装任何工具,该怎么做?有免费的吗?
  • 我想学习一种传统的Amiga语言,您能推荐一门吗?
  • 我应该使用什么来编译您建议的语言?
  • 请您提出一些我可以用来调试所建议语言的工具吗?
  • 我应该注意任何库,例如GUI库吗?

一些注意事项...

  • 我正在WinUAE模拟器中运行Workbench 3.1.
  • 我可以从Workbench访问Windows硬盘驱动器中的文件.
  • 如果可能的话,我想从Workbench进行编码和编译.
  • 我正在A1200模式下运行WinUAE,不确定是否重要.
  • 已经安装了一个名为MEmacs的应用程序.
  • 我非常了解C ++和C#,也许还有类似的Amiga语言.
  • 我知道您可以使用C和C ++进行编码,但是我想学习一种新的语言.

我已经回答了我自己的问题,但是在我打算扩展答案时,请提供更多答案.感谢到目前为止所做的一切,您一直非常有帮助!

I have answered my own question, but please do contribute more answers as I intend on extending my answer. Thanks to all that have contributed so far, you've been very helpful!

推荐答案

花了几天时间才弄清楚.这些说明适用于AMOS Pro,请随意发布您自己的其他语言的答案,或者更新此答案(这是社区Wiki).

Spent a few days figuring it out. These instructions are for AMOS Pro, please feel free to either post your own answer for a different language, or update this answer (it's a community wiki).

  1. 安装Amiga Forever 2008(增强版包括Workbench 3.1).
  2. 使用Amiga Forever或WinUAE作为模拟器(我更喜欢WinUAE).
  3. If using WinUEA, just use the af_3x config file (installed with Amiga Forever).
  4. Familiarize yourself with Workbench and the Amiga Shell (see
  5. Amiga stuff for newbies - Tips for Amiga Shell and Workbench
  6. Amiga OS Development - Forum category on on Amiga.org
  7. *使用WinUAE Amiga Forever配置(af_3x)时不需要.

    *Not neccecary when using WinUAE Amiga Forever config (af_3x).

    我将尝试对每种语言进行以下操作:

    I will try and do a howto for each language as follows.

    • Draco (thanks to avery-payne)
    • Amiga E (thanks to Paul Ruane)
    • SAS/C (thanks to Hank)
    • Modula-2 (thanks to JasonTrue)
    • ARexx (thanks to Nik)

    这篇关于如何编码和编译Amiga应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 09:45