Resources for IT Professionals > Forums Home > Microsoft Research Forums > Conference XP Client > Unable to find CxpRtpFilters.ax in the local directory
Ask a questionAsk a question
 

QuestionUnable to find CxpRtpFilters.ax in the local directory

  • Tuesday, July 24, 2007 7:25 AMyaxinhoo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I Install the ConferenceXp client 4.0 in Windows XP ,I got the following errors

     Unable to find CxpRtpFilters.ax in the local directory
       Unable to find ScreenScraperFilter.ax in the local directory

    but the file CxpRtpFilters.ax is exists in the installation directory.this is very puzzed me.

     It can't registred with regsvr32 too?

     

    does anyone can help us ?

All Replies

  • Tuesday, July 24, 2007 4:03 PMJason Van Eaton - MSFTMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    If you were installing on a Vista machine, I would recommend you get our latest code from CodePlex (and you might want to anyhow and see if it still reproduces).  This may go back to being an issue with a debug build, though I would expect it to fail via regsvr32 also.  It is hard to know for sure since we aren't encountering it around here.

     

    JVE

  • Wednesday, July 25, 2007 2:20 AMyaxinhoo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

     

    thanks for your reply. before  i am going to got the newest code from codeplex, i want to describe the situation as following:

     

      I am Compling on Windows 2003 std and installing on the XP machine.

      I use dxsdk 2007(jun) as the directx sdk and not installed windows sdk and the tablet PC SDK is install property.

      I doubt it is sdk version problem , so i download the required sdk and installed it , but i got the same problem too.  I am very confuse about it.

     

    you say it refer to "debug build " but i got the same problem from the "release build" too.

  • Thursday, July 17, 2008 8:50 AMsalat Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hello!
    I have same problem. Have you resolved the problem?


    thank you


     yaxinhoo wrote:

     

    thanks for your reply. before  i am going to got the newest code from codeplex, i want to describe the situation as following:

     

      I am Compling on Windows 2003 std and installing on the XP machine.

      I use dxsdk 2007(jun) as the directx sdk and not installed windows sdk and the tablet PC SDK is install property.

      I doubt it is sdk version problem , so i download the required sdk and installed it , but i got the same problem too.  I am very confuse about it.

     

    you say it refer to "debug build " but i got the same problem from the "release build" too.

  • Thursday, July 17, 2008 12:40 PMsalat Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    rebuilding in release mode seems solved problem. Now I do not see anything (black screens) for both incoming and outgoing video. Please tell me what I should register to make it working properly?


    thank you

  • Friday, August 01, 2008 11:00 PMFred Videon Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    One way to get the bogus warning during setup about the CxpRtpFilters.ax is to leave one or more of the required C runtime merge modules out of the setup project.  My setup project which works currently includes the following:

     

    microsoft.vcxx.crt.x86_msm.msm

    Microsoft_VC80_CRT_x86.msm

    MSVCP60.msm

    MSVCRT.msm

     

    The black video may be a missing video codec.  If so, I believe installing WMP 11 would fix it.  You can use the troubleshooting log in the Audio/Video settings to find out more.

     

    Regards, Fred

  • Monday, May 18, 2009 2:59 AMhdq123 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Beek,

     

    RegisterCxpRtpFilters() should only be called once - at installation time, not at run time. %