在对话框上创建一个Animate动画,在OnInitDialog()中加入如下代码:
CRect m_rectLogo;
m_animatemine.GetWindowRect(&m_rectLogo);
         m_animatemine.Create(WS_CHILD | WS_VISIBLE, m_rectLogo,this,IDC_ANIMATE1);   
m_animatemine.Open(IDR_ANIMATE1);
m_animatemine.Play(0,-1,-1);为什么不能播放,而且出现Assert错误,程序被强行终止。