How fix this?
#1

I have this error:
Код:
 : error 035: argument type mismatch (argument 3)
This is error line:
Код:
va_format(str, sizeof (str), fstring, va_start<3>);
Reply
#2

Try defining fstring as a string, so use new fstring[128];
Reply
#3

don't work!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)