Welcome, Guest. Please login or register.

Author Topic: Programming on the Amiga  (Read 2192 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show only replies by Karlos
Re: Programming on the Amiga
« Reply #14 from previous page: December 04, 2003, 09:32:33 AM »
A good way to do that, if your PC is pretty powerful, is to run your code in interpreted mode rather than JIT. That keeps the PC throttled back sufficiently to better judge code performance ;-)
int p; // A
 

Offline TwinTopic starter

  • Full Member
  • ***
  • Join Date: Dec 2003
  • Posts: 106
    • Show only replies by Twin
Re: Programming on the Amiga
« Reply #15 on: December 06, 2003, 04:53:12 AM »
Ive now got gcc installed and working on WinUAE, but it seems I need OS headers?

Where can I get these? At the moment I need clib/intuition_protos.h
 

Offline sarkis

  • Jr. Member
  • **
  • Join Date: Apr 2002
  • Posts: 95
    • Show only replies by sarkis
Re: Programming on the Amiga
« Reply #16 on: December 06, 2003, 07:09:14 AM »
Hi,
  I use AF5.3 and program with Arexx...With JIT Amiga flies on my Gateway laptop..
www.cloanto.com
Sarkis :-P  :-P  :-P
 

Offline crystall

  • Newbie
  • *
  • Join Date: Nov 2003
  • Posts: 32
    • Show only replies by crystall
Re: Programming on the Amiga
« Reply #17 on: December 06, 2003, 11:36:58 AM »
Quote
Where can I get these? At the moment I need clib/intuition_protos.h


You need an AmigaOS Developer CD all the headers/libs you might need are there.
 

Offline lempkee

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 2860
    • Show only replies by lempkee
    • http://www.amigaguru.com
Re: Programming on the Amiga
« Reply #18 on: December 06, 2003, 12:34:54 PM »
going to use c or ansi c or c++ ??  , i recomend ANSI C and i recomend u to stay away from STORM C and use GCC ..

and i recomend you to get a developer cd (preferrably a later one).

tell us what you are planning on to do as we might guide you to direct places easier then :)

goodluck...
Whats up with all the hate!
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show only replies by Kronos
    • http://www.SteamDraw.de
Re: Programming on the Amiga
« Reply #19 on: December 06, 2003, 01:06:05 PM »
ftp://ftp.uni-paderborn.de/ftp/aminet/pub/priv/completetrial061103.lzx

Is what I would advise (carefull it is a 86MB download).
See http://home.arcor.de/dtmrelrt/projects/golded/index.ht

for further info.

This will get you:
GoldED, the best editor there is. It is only a trial-version limited to
500 lines, but that should be enough to get you started.

A fully installed gcc-compiler for 68k and PPC (PuP/WOS/MorphOS), a complete
set of includes&autodocs, easy to use hothelp on all keyword (functions,typedefs,
structures), and and .....
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 pVC

Re: Programming on the Amiga
« Reply #20 on: December 06, 2003, 04:08:42 PM »
Hmm.. NDK 3.9 used to be available for free on amiga.com, but can't see it anymore. Does anyone know what happened to it? It contained the OS includes so that you didn't have to buy dev cd necessary.
Daily MorphOS user and Amiga active.
 

Offline TwinTopic starter

  • Full Member
  • ***
  • Join Date: Dec 2003
  • Posts: 106
    • Show only replies by Twin
Re: Programming on the Amiga
« Reply #21 on: December 07, 2003, 01:56:00 AM »
ftp://ftp.uni-paderborn.de/ftp/aminet/pub/priv/completetrial061103.lzx

Is what I would advise (carefull it is a 86MB download).
See http://home.arcor.de/dtmrelrt/projects/golded/index.ht

------------

Sorry, I can't get those links to work. Does that 86mb file include the OS headers, I have already got gcc working, I just need the headers.