From: Paul J Lewis <[EMAIL PROTECTED]> Subject: Visual c++ Hi, I am trying to add a Real Player ActiveX control to a Visual C++ dialog. I have a member variable of type CRealAudio called m_RealPlayer which I added using ClassWizard. I am able to play and pause the video clips with the control, but I have two strange things happening. 1- If I stop the video using the DoStop() method, and then call the DoPlay() method , I get an assertion failure. This does NOT happen if I call DoPause() and then DoPlay(). 2- Even if I do nothing with the control I.E. start my program, and then Close it, I get an assertion failure when the program exits. What am I doing wrong? Any help would be appreciated! Thanks, Paul Paul J Lewis CSOIS GUI Dude E-Mail: [EMAIL PROTECTED] ******************************************************* The RealForum is an email discussion group focused on using RealNetworks products. The RealForum is a place to post messages about the best methods for creating content using RealNetworks technologies and the planning and implementation of streaming-media web sites. Archives of RealForum can be found at http://realforum.real.com If you ever want to remove yourself from this mailing list, you can send mail to <[EMAIL PROTECTED]> with the following command in the body of your email message: unsubscribe realforum or from another account, besides the address you subscribed with: unsubscribe realforum <[EMAIL PROTECTED]>
