Input Line Too Long ERROR (HELP ME!!!)
#2

Quote:
Originally Posted by BlackAtom
Посмотреть сообщение
Hi! I'm making a in-game music player. I'm using the ShowPlayerDialog function. The entire code works very good, as it should do, but now I got an error: "Input Line Too Long". I got this other times, and is so annoying because it limits my "fantasy" xDD. So, THERE IS A WAY TO AVOID THIS ERROR ONCE FOR ALL

Thanks in advance )
if(strlen(*input*) > MAX_STRING)
{
// no.
}else{
// yes.
}
Reply


Messages In This Thread
Input Line Too Long ERROR (HELP ME!!!) - by BlackAtom - 18.08.2012, 18:28
Re: Input Line Too Long ERROR (HELP ME!!!) - by iToast - 18.08.2012, 18:47
Re: Input Line Too Long ERROR (HELP ME!!!) - by Sandiel - 18.08.2012, 18:50
Re: Input Line Too Long ERROR (HELP ME!!!) - by kbalor - 18.08.2012, 18:54
Re: Input Line Too Long ERROR (HELP ME!!!) - by BlackAtom - 18.08.2012, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)