I still have some trouble with understanding this with UNICODE and ANSI in win32 api..
For example, i have this code:
SYSTEMTIME LocalTime = { 0 };
GetSystemTime (&LocalTime);
SetDlgItemText(hWnd, 1003, LocalTime);'
That generates the error in the title.
Also, i should mention that it automatically adds a W after "setdlgitemtext" Some macro in VS probably.
Could someone clarify this for me?