i have simple video player.
https://github.com/sailfish009/sample_video
now i want to port it to windows template library 9.1.
Edit: solved, CWindowImpl's handler compatible with CWnd's.
//screen = SDL_CreateWindowFrom(this->m_hWnd); //HWND from CWnd previous working code
screen = SDL_CreateWindowFrom(m_hWndClient); //HWND from CWindowImpl