Unable to find CxpRtpFilters.ax in the local directory
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 directorybut 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
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
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.
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.
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 youOne 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
Beek,
RegisterCxpRtpFilters() should only be called once - at installation time, not at run time. %

