When compiling this error appears
undefined reference to `WindProc(HWND__*, unsigned int, unsigned int, long)@16' LRESULT CALLBACK WindProc(HWND, UINT, WPARAM, LPARAM); (**) wndclassex.lpfnWndProc = WindProc; (*) The reason for the error in the string (*), as understood function (**) handles numerous messages. In my program, the task is one, create and run a window.