Welcome, Guest. Please login or register.

Author Topic: How to program Intuition Example in Storm C.  (Read 2973 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How to program Intuition Example in Storm C.
« on: October 24, 2003, 01:26:36 PM »
Quote
#include
#include
#include

...and to make it work on all amiga compilers, use:
#include
#include
#include
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How to program Intuition Example in Storm C.
« Reply #1 on: October 24, 2003, 02:41:06 PM »
Quote
Erm, no. Dice C has heavy problems with register calls (proto/xxx includes pragma/xxx). Sometimes it uses A6 as a scratch register after it has loaded the library base into it and other faults. Also it easily runs out of registers.

If that is indeed the case, Dice C deserves to die already. There are better working alternatives now.