I am quite stumped on something in C. I found this code on the Internet, and it only gives me one error; however, I cannot seem to fix it. The variable in the function the compiler's complaining about is:
char ConvertTime[8]
and the function itself is a windows one:
GetWindowTextW(GETITEM(IDC_CONVERT_TIME), ConvertTime, 9);
Apparently it has something to do with LPWSTR. I'm not experienced in this realm, so I am asking nicely for help. Thanks in advance for any reply.