Hi,
In my code i have:
...
if(flag==1)
MessageBox(NULL,"Message1","Message2",MB_OK);
else
MessageBox(NULL,"Message3,"Message4,MB_OK);
...
but when i compile i get the error C2660 MessageBOx to not accept 4 arguments.
in other parts of the code i have the same syntax and i do not get the error.
Please help
Thanks
In my code i have:
...
if(flag==1)
MessageBox(NULL,"Message1","Message2",MB_OK);
else
MessageBox(NULL,"Message3,"Message4,MB_OK);
...
but when i compile i get the error C2660 MessageBOx to not accept 4 arguments.
in other parts of the code i have the same syntax and i do not get the error.
Please help
Thanks