当前位置: 代码迷 >> WinCE >> tcpmp 如何关联到自己的窗口播放
  详细解决方案

tcpmp 如何关联到自己的窗口播放

热度:321   发布时间:2016-04-28 13:37:15.0
tcpmp 怎么关联到自己的窗口播放
dx们帮帮忙,怎么让tcpmp在自己的窗口中播放啊?按照有篇文章的介绍,把common中的GetDC(NULL)都改成GetDC(Context()->Wnd)了,还是不能关联到窗口句柄。

------解决方案--------------------
if(Context_Init(_T("TCPMP"),_T("0.81RC1"),3,AfxGetApp()->m_lpCmdLine,NULL))
{
Player = Context()->Player;
Context_Wnd(this->m_hWnd);
}