Welcome, Guest. Please login or register.

Author Topic: Sudominator 0.1 for MorphOS  (Read 5953 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show all replies
    • http://www.SteamDraw.de
Re: Sudominator 0.1 for MorphOS
« on: September 01, 2010, 10:24:07 PM »
Quote from: JJ;577159
I am really interested in coding on MorphOS what books would you suggest I read or good web tutorials for learning C ?


Any "beginner" or "dummy" book should do, but make it sure it focusses 100% on ANSI-C (any mention of Microsoft or so and throw it into the bin).

There are also plenty tutorials on the web.

Once you mastered you would be able to write GUI-less MorphOS-apps just like Krashans initial version. Writing MUI-apps or anything specific like libraries will require additional skills.

Learning the syntax is really the easy part, getting your brain to run in C,Pascal or else is the hard part ;)
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show all replies
    • http://www.SteamDraw.de
Re: Sudominator 0.1 for MorphOS
« Reply #1 on: September 01, 2010, 10:41:19 PM »
There are the symbols in the toolbar, the 4 blue square "makes" (read the compile following rules set out in the makefile) the white on green arrow runs.

That should be enough to test all the examples.

Some example-dirs contain more than 1 prog, you can start these from Ambient, others need special care (screenbars and such).

Not sure how good the "create new project" option is in MorphED compared to CubicIDE (it's commercial succesor)
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show all replies
    • http://www.SteamDraw.de
Re: Sudominator 0.1 for MorphOS
« Reply #2 on: September 02, 2010, 10:11:21 AM »
There are few tools, but in the end you have to learn MUI, and if you learned MUI writing up the GUI using those macro-calls is trivial and will cost you no more time than doing it click&point.
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show all replies
    • http://www.SteamDraw.de
Re: Sudominator 0.1 for MorphOS
« Reply #3 on: September 02, 2010, 01:14:26 PM »
Hard to say, the intregrated gcc is based on the older MorphOS-SDK and I've yet to find a way to get the new SDK fully working with Cubic. If Dietmar (the author) decides to update Cubic in that regard it's surely worth it's money.
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else