XL97: Page Fault Creating RealAudio ActiveX Control Object

Last reviewed: January 9, 1998
Article ID: Q170759
The information in this article applies to:
  • Microsoft Excel 97 for Windows

SYMPTOMS

In Microsoft Excel 97, if you run a Visual Basic for Applications macro that uses the CreateObject method to create a RealAudio ActiveX control object, you may receive the following error message:

   This program has performed an illegal operation and will be shut down.
   If the problem persists, contact the program vendor.

If you click Details, you receive an error message similar to the following:

   EXCEL caused an invalid page fault in module RAGUI32.DLL at
   0137:018c4c40.

CAUSE

This problem occur if the following conditions are true:

  • The workbook contains a reference to the RealAudio ActiveX Control Library, RAOCX32.DLL.

        -and-
    
  • The macro contains code similar to the following:

          Dim X As RealAudio
          Set X = CreateObject("RealAudio.RealAudio(tm) ActiveX Control " _
    
              & "(32-bit)")
    
    

WORKAROUND

Do not use the CreateObject method to create a RealAudio ActiveX control in Microsoft Excel 97.

STATUS

We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

RealAudio ActiveX controls do not currently support the use of the CreateObject method. Also, because RealAudio ActiveX controls do not support the IDataObject OLE interface, you cannot insert them into worksheets in Microsoft Excel 97. You can use them only in UserForms in Microsoft Excel 97.

RealAudio and RealAudio ActiveX controls are manufactured by Progressive Networks, Inc., a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding these product's performance or reliability.


Additional query words: XL97 0137:013d4c40
Keywords : kberrmsg kbprg
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbprb
Solution Type : kbworkaround


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 9, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.