Welcome, Guest. Please login or register.

Author Topic: AREXX class  (Read 2970 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline cygnusEd

  • Newbie
  • *
  • Join Date: Mar 2003
  • Posts: 10
    • Show all replies
    • http://www.schwan-clan.de
Re: AREXX class
« on: March 05, 2003, 07:03:29 PM »
Hi Steady,

I've tried to compile your code - and it works fine.
But I'm afraid there is a bug when you check the errorcode.
When the object is created, the code in retVal is invalid.
So you must write

if (sim.obj[OBJ_AREXX])

instead of

if (retVal)

I used StormC 4 for this :)

greetings from germany
  cygnusEd
 

Offline cygnusEd

  • Newbie
  • *
  • Join Date: Mar 2003
  • Posts: 10
    • Show all replies
    • http://www.schwan-clan.de
Re: AREXX class
« Reply #1 on: March 06, 2003, 03:19:09 PM »
Hi Jason,

Great - I'm happy about this.

Maybe you are interested in some example-code. I'm a co-author
of the fractal-renderer FlashMandelWOS. I've implemented an
arexx-port using the arexx-class and the gui-creator Reactor.
The sources are totally free.

If you like, you can download it under:

http://www.schwan-clan.de/amiga/FlashMandel_GB.shtml


CU
  cygnusEd