From: "Tom Tolman" <[EMAIL PROTECTED]>
Subject: Re: Problems with 7.0 Beta and G2 ActiveX control

 > 4. I am unable to drop the 7.0 ActiveX control on a dialog though I can
 > continue to create it dynamically. On checking the CLSID in the registry,
 > it matches fine. However for the new 7.0 Beta version, when trying to drop
 > the control on the dialog, it seems to complain about some other CLSID
 > which is not registered.

I had trouble getting the Active X control to work properly because of the 
CLSID. It manifest itself as a failure in "CoCreateInstance" in the MFC 
core code. The fix was to look through the registry with regedit for the 
words "realplayer" and find the correct CLSID... then go through the MFC 
(all files *.*) and change the incorrect CLSID to the correct one 
manually.  Then it worked fine.  (You can find the incorrect CLSID because 
it is spit out on the error message)




*******************************************************
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]>

Reply via email to