VA_ARG

Programming, for all ages and all languages.
mystran

Re:VA_ARG

Post 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.
dh

Re:VA_ARG

Post by dh »

I'll get the code next time I'm on :P
dh

Re:VA_ARG

Post 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.
Post Reply