Page 2 of 2

Re:VA_ARG

Posted: Fri Feb 04, 2005 10:19 am
by mystran
Dragon_Hilord wrote: I keep getting the error that va_list doesn't exist.
The va_list stuff is usually implemented as a set of macros. You have to include <stdarg.h> (or if you are writing an os, then provide those macros yourself or something).
Also I get problems with something to do with a comma operator.
Urgh. You have to show the code for this one. There shouldn't be anything special about the comma.

Re:VA_ARG

Posted: Fri Feb 04, 2005 3:05 pm
by dh
I'll get the code next time I'm on :P

Re:VA_ARG

Posted: Mon Feb 07, 2005 10:57 am
by dh
Ok, the VA_ARG thing is fixed and running (i forgot to add a define line) and I've got the rest of it under my foot.

Thanks again, DH.