Welcome, Guest. Please login or register.

Author Topic: Taglist question  (Read 1918 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Dietmar

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show all replies
    • http://devplex.awardspace.biz
Re: Taglist question
« on: July 06, 2003, 05:40:12 PM »
That's not a good idea, because you are making assumptions on how the data is stored on the stack (as LONGs under AOS3/m68k). Instead, if you do not care for using registered arguments, you should use varargs macros that are defined in the includes coming with the compiler, suitable for the machine and the compiler. Here is a short introduction, skip to the varargs paragraph:

varargs