Invisible child window in window created belonging to different process
Is it possible to create a invisible child window from my application
with parent window of another application. I would like to get
notification on when that application has come to foreground or gone to
background, if I can create a child window I guess I will be getting
events right. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108390
eVC 4 Startup error
I just installed eVC++ 4 for use with a Pocket PC 2003 and I'm getting this
error:
"Microsoft eMbedded Visual C++ has discovered no CE platform SDK installed
on the desktop. Please install at least one CE platform SDK before launching
Microsoft eMbedded Visual C++."
I have installed the Pocket PC 2003 SDK in the same directory with the
Windows CE Tools.
I've been using eVC++ 3 just fine. I installed eVC 4 in a different folder
so I could run either 3 or 4.
How can I fix this problem? Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108386
eVC 4 Build Error with Windows Mobile 5.x
I'm trying to build an application for a new iPaq rx1955 running Windows
Mobile 5.x. When I complete the build and the application is about to be
transferred to the device, I get the error "The ARM SA1100 CPU does not
support configuration xxxxxx. Executable will not run on device.". Any
help?
I tried and the application does run, but I'm having serial transfer
problems that I wasn't having with a PPC 2003 device and I'm not sure if
it's related.
Thanks
-Brian Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108383
Windows Mobile 5.0 registry
Does anyone know of a utility to merge reg files on a Windows mobile 5.0
device?
Sort of like a regmerge the Windows family uses when you pass in a file.
looking to see if there is a utility for Mobile 5.0. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108381
Retrieve value from a scrollbar
Hi all
how do I read the 'final' value from a scrollbar. (CF2 VS2005)
If I drag the scroll bar then I can catch at least two
hScrollBar1_ValueChanged events.
I need to catch the value at the position the scroller is left in when the
mouse leaves the screen. I know I could do some sort of debounce timer, but
there must be a simple way that I've overlooking (musn't there?)
thanks
Andy Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108378
Pocket PC HTML Ctrl IPIEOmHistory::back doesn't work.
Hi, I'm developing intenet explorer clone on PPC 2003. I am using
htmlctrl.lib to host explorer control.
I want to implement goBack functionality, so I wrote following code in
OnGoBack toolbar handler.
void CPIEClone::OnGoBack()
{
HRESULT hr;
CComPtr<IDispatch> pIDisp;
CComPtr<IPIEHTMLDocument2> pHTMLDocument;
CComPtr<IPIEHTMLWindow2> pHTMLWindow;
CComPtr<IPIEOmHistory> pHistory;
DISPID id;
SendMessage( DTM_DOCUMENTDISPATCH, (WPARAM)0, (LPARAM)&pIDisp );
if(NULL != pIDisp)
{
pIDisp->QueryInterface( __uuidof(IPIEHTMLDocument2),
(void**)&pHTMLDocument);
}
OLECHAR FAR* szTemp;
WCHAR szText[256] = _T("window");
szTemp = szText;
// IPIEDoument do not have get_parentWindow method :-(
pHTMLDocument->GetIDsOfNames(IID_NULL, &szTemp, 1, LOCALE_USER_DEFAULT,
&id);
VARIANT varResult;
varResult.vt = VT_DISPATCH;
VARIANT FAR *pVarResult = &varResult;
DISPPARAMS dispparamsNoArgs = {NULL, NULL, 0, 0};
pHTMLDocument->Invoke(id, IID_NULL, LOCALE_USER_DEFAULT,
DISPATCH_PROPERTYGET, &dispparamsNoArgs, pVarResult, NULL, NULL);
if ( NULL != pVarResult->pdispVal)
{
pVarResult->pdispVal->QueryInterface( __uuidof(IPIEHTMLWindow2),
(void **) &pHTMLWindow);
}
CComVariant v(1);
if ( NULL != pHTMLWindow)
{
hr = pHTMLWindow->get_history(&pHistory);
if(FAILED(hr))
return FALSE;
long len = 0;
hr = pHistory->get_length(&len); // length is always 0;
hr = pHistory->back(&v); // ctrl does nothing!!!
if(FAILED(hr))
return FALSE;
}
}
But, html ctrl doesn't go back. How can I fix this problem?
Any hints or answers would be appreciated.
Thank you. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108377
Emulator for WM 5.0 and general doubts
Hello after lots of questions about how to make an app for real time
video management in an iPAQ with WM 2003 and after realizing that's too
difficult I have decided to write my app for WM 5.0.
My app has to manage real time video of the video camera that the iPAQ
has. I am going to use Visual Studio 5.0 and C language. My questions
are:
- Which software do I need? It's enough with Visual Studio 5.0 and
Windows Mobile 5.0 Pocket PC SDK?
- Which APIs do I need in order to have control of the video camera to
control the video streams to obtain some data with the algorithms I
have already designed?
- How can I test my app??(my iPAQ runs on WM2003 and I can't test on
it) Is there any emulator for test it in Windows Xp?
I would appreciate all answers.
Thank you Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108376
MAP COM PORT
Hi All,
This is the first time I develop a software on Pocket PC. I don't know
how to map virtual com ports of my bluetooth in Windows Mobile 5.0
Simulator. I have entered com port number to peripherals setting screen. I
always get message "There is no bluetooth hardware installed on this device"
when I click on bluetooth icon in settings\connections. In windows xp, my
bluetooth device works properly.
Many thank for your help,
Hung Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108374
some questions from a beginner pocket pc developer.
Forgive me if my questions are usual and banal, but It is the first
time that I try to develop on the windows CE O.S.
Here below my questions:
1) Is it possible to develop an application using Java ? Which
environment tool can I use in affermative case ?
2) I developed my first little application using the embedded C++ 4.0.
I used the Document/View archicteture and the MFC class to realize the
menu, control and dialogue box. I would like to use the OpenGl ES to
draw in the drawing area.
I know it is possibile to use, in Windows O.S, the wiggle function to
create the rendering context for the OpenGl functions. If I'm right,
the WGL are not supported in the Windows CE O.S. Now, my application
crashes when the first OpenGl ES function (glClearColor) is called. How
can I make a link between windows created using MFC class and OpenGL
function dedicated to draw into the previous windows ?
Thanks in advance for your kindly collaboration
Luigi Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108372
Connect WM 5.0-Device to VS 2003?
Hello
I want to debug my application developed in VS 2003 with Smartphone 2003-SDK
on a WM 5.0-Device
A friend of mine succeeded with making a TCP/IP-Connection, so he could
debug the application even on a WM 5.0-Device. But now it isn't working
anymore since he downloaded a new update from WindowsUpdate...
And on my PC it has never worked...
What can I do?
Thanks
Kenny Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108370
How to find the My Document and the Installation folders?
Hi,
I need to save file to the My Document folder, could someone please
tell me what API to use? Also, if I would like to save to the same
folder as the running app, how do I find the installation folder?
Thanks,
SKL Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108369
Camera and Direct Show Integration Test Fails
Hi All,
Currently I am working on Camera Driver for Windows Mobile 5.0
enviornment. My camera supports preview,capture and still modes. I
don't face any problem while running Picture and Video application
provide with WM500. We are using CSPROPERTY_BUFFER_CLIENT_LIMITED model
for buffer allocation.our Display driver supports overlays, flipping
overlays, etc. video renderer is using DDraw then the call directly
comes to Our display Driver and it allocates memory for them.
While I run LTK of WM500 for testing my camera driver functinality,
camera driver's " I/O test","Data Structures Verification Test"
Passes. Burt "Camera and DirectShow Intregration Test" and "Camera
Performance Test" fails in some cases. Let's first talk about "Camera
and DirectShow Intregration Test", this test fails in ID
500,501,502,503,505,506,508,509,510,511,512,600,601,602,603.Here is
detail log for 500 and 600, hope it will you to understand my problem
upto a good amount:
<TESTCASE ID=500>
*** vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*** TEST STARTING
***
*** Test Name: ASF writing tests, all components.
*** Test ID: 500
*** Library Path: \cameragraphtests.dll
*** Command Line:
*** Random Seed: 13976
*** Thread Count: 0
*** vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
BEGIN TEST: "ASF writing tests, all components.", Threads=0,
Seed=13976
Testing encoder quality combination 0
Capture length 0 seconds
Capture starting
Capture running
Capture complete
Processing video frames
Processing audio frames
Processing audio frames
Processing video frames
Processing audio frames
60 frames processed, 0 frames dropped
Capture stream stopped
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 1
Capture length 0 seconds
Capture starting
Processing video frames
Capture running
Capture complete
Processing audio frames
Processing audio frames
Processing video frames
Processing audio frames
64 frames processed, 0 frames dropped
Capture stream stopped
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 2
Capture length 0 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 3
Capture length 0 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 4
Capture length 0 seconds
Capture starting
Processing video frames
Capture running
Capture complete
Processing audio frames
26 frames processed, 0 frames dropped
Capture stream stopped
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 5
Capture length 0 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 6
Capture length 0 seconds
Capture starting
Capture running
Capture complete
Processing video frames
Processing audio frames
Processing audio frames
Processing video frames
46 frames processed, 0 frames dropped
Capture stream stopped
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 7
Capture length 0 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 8
Capture length 0 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Testing encoder quality combination 9
Capture length 0 seconds
Capture starting
Capture running
Capture complete
Processing audio frames
Processing video frames
Processing audio frames
Processing video frames
50 frames processed, 0 frames dropped
Capture stream stopped
Capture length 1 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 2 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 3 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 4 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
Capture length 7 seconds
Capture starting
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3579: CCaptureFramework: Failed to retrieve the control stream
event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 2343: Failed to start the stream capture.
END TEST: "ASF writing tests, all components.", FAILED,
Time=1246.241
*** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*** TEST COMPLETED
***
*** Test Name: ASF writing tests, all components.
*** Test ID: 500
*** Library Path: \cameragraphtests.dll
*** Command Line:
*** Result: Failed
*** Random Seed: 13976
*** Thread Count: 1
*** Execution Time: 0:20:46.241
*** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
</TESTCASE RESULT="FAILED">
<TESTCASE ID=600>
*** vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
*** TEST STARTING
***
*** Test Name: ASF writing tests timed stream capture, all
components.
*** Test ID: 600
*** Library Path: \cameragraphtests.dll
*** Command Line:
*** Random Seed: 21457
*** Thread Count: 0
*** vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
BEGIN TEST: "ASF writing tests timed stream capture, all
components.", Threads=0, Seed=21457
Testing encoder quality combination 0
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 1
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 2
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 3
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
1 frames processed, 0 frames dropped
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 4
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 5
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 6
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 7
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 8
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Testing encoder quality combination 9
Capture length 0 seconds
Extending capture time to minimum
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 1 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 2 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 3 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 4 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
Capture length 7 seconds
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 1946: CCaptureFramework: Timeout retrieving the MediaEvent.
FAIL in
E:\bqa\private\test\directx\dshow\camera\framework\tux\..\CaptureFramework.cpp
at line 3942: CCaptureFramework: Failed to retrieve even one control
stream event.
FAIL in
E:\bqa\private\test\directx\dshow\camera\Tests\CameraGraphTests\.\CameraGraph.cpp
at line 4129: The stream capture Failed.
END TEST: "ASF writing tests timed stream capture, all components.",
FAILED, Time=660.944
*** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*** TEST COMPLETED
***
*** Test Name: ASF writing tests timed stream capture, all
components.
*** Test ID: 600
*** Library Path: \cameragraphtests.dll
*** Command Line:
*** Result: Failed
*** Random Seed: 21457
*** Thread Count: 1
*** Execution Time: 0:11:00.944
*** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
</TESTCASE RESULT="FAILED">
Since There is no test information avalible in the help documentation
I am unable to understand
A) What this test does?
B) What exactly in my Camera Driver causing problem
Please Reply to my query as soon as possible.
Thanks in advance
Regards
Amit Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108368
Serial/USB IO on PocketPC and Emulator
Hi! I have been having the most obnoxious time trying to do some
simple serial IO development with a Pocket PC and VS 2005/.NET 2.0/the
Emulator.
I just want to do some basic IO work, and I can't even figure out how
to make that work.
I'm writing some basic code for the Pocket PC 2003 emulator, using the
new SerialPort class for .NET 2.0.
Firstly, when using the emulator, do the development PC's COM ports
automatically map to the emulator directly? I'm assuming this is NOT
the case, because I can go into the device emulator (or the Device
Emulator Manager) and "map" COM ports. The problem is, whenever I do
the latter, I seem to get unpredictable and unexpected results.
Say my PC has a COM2... intuitively, I'd assume that I'd go into the
emulator properties (configure from the File menu), then select the
Peripherals TAB, then select a Serial port (o, 1 or 2) and map it to
COM2.
I was assuming that I would then write my PocketPC code to use the
SerialPort class to open up COM1, COM2, or COM3 depending on what I
mapped the PC com port to... yet no matter which serial port I map to,
I never seem to get a workable port on the emulator.
Has anyone had any luck with this stuff, and if so, could you give me
some pointers?
I've made some quick little code snipped that use the SerialPort class
on the desktop system (IE, standard framework stuff not going through
the emulator - just a windows app) and it works great...
Thanks in advance...!
Andy Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108367
Hi - reg directshow app
Hi,
I am developing a media application on PocketPC using directshow apis; that
does some image processing (in real time) on the frames it receives from the
embedded camera. I am having an issue resizing the frames I receive from the
camera. I am using the IAmStreamConfig interface on the output pin of the
capture filter. I get 4 capabilities when i call GetNumberOfCapabilities. I
made a dump of the all the MaxOutputSizes in the VIDEO_STREAM_CONFIG_CAPS(all
the sizes are different); but I am only able to use the first size
(unfortunately the smallest of all !!!)without any problem. when I call
SetFormat on the iAmStreamConfig pointer, after setting the hieght and width
of the frame, i get a bunch of garbled colors.. on the screen(with the
specified height and width).
My suspicision is that I should be changing some other fields of the
bitmapinfoheader structure when I am changing the height and width(also
size). Am I right? If yes.. what other params..?? Also, anyother way of
changing the frame sizes.. will be of great help.... some pointers to sample
code.... etc..
Kindly throw some light on this..
Best, Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108361
[GUI -Win32-MFC] Dialog that adapts to device resolution
Hi,
I am developping application in C++ on Pocket PC 2003 under eVc4 or
Visual Studio 2005 and I have a question regarding dialog size.
I have some devices with different resolution, one is 240x240 and the
other is 240x320. So when I developp in MFC and create my resource
dialog with my controls on it, I can't get it to work on both platform.
Is there a way of handling this ?
Something like detecting device resolution and resize dialogs and
controls to fit.
Maybe I could use something like
http://www.codeproject.com/dialog/RPResizeDlg for PPC but maybe there 's
easier. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108357
want to select device each time I run
Hello,
I am trying to figure out how to get back to the dialog that lets you
select the deployment device when you run/debug. At some point I
turned that off, and now it just goes to the default device. I know how
to change the default device in Project | Properties | Common | Device,
but I can't find how to make it ask me each time.
Thanks,
DaveO. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108355
visual basic and activesync
Is there a way to programmatically control activesync? Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108353
.NET CF and .NET desktop communication
Folks,
I need to arrange for communication between a .NET CF 2.0 application and a
desktop application. The latter has not yet been written, but may as well be
done in C#. I am thinking that liberal use of XmlSerializer would probably be
the best means for passing data back and forth between the handheld and
desktop, given the lack of Remoting support in WM. I have no experience with
such an approach, however, so I'd like to ask, first, is it reasonable? and
second, is there anything particular I need to watch out for? I.e., is there
any reason why an object serialized on the desktop, transported as Xml, and
then deserialized on the HH (or vice versa) should be different from the
original object? Also, is this approach likely to create unacceptable
overhead, relative to manual serialization?
Thanks very much in advance,
Matthew Fleming
DermVision, LLC Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108347
Full screen dialog on Windows Mobile Pocket PC
How can I change the "OK" at the top right of a full screen dialog to an
"X"? Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108337
WM5 Graph Plotting
Could anyone send me a link to an example of graph plotting on WM5.
From Excel worksheets would be great.
Thanks Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108336
onclick event for labels
Hi
Could any one tell me an equivalent event for label_onClick(eVB 3.0) in .NetCF
Thanks & Regards Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108335
Sending Midi data from Pocket PC to synthesizer using USB
Any idea where to start? I am quite experienced PC developer but have no clue
how to start programming the USB port Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108333
Sending Midi data through USB to synthesizer
Hi,
I would like to send midi files from Pocket PC to a Synth. I want to use the
USB connection. I am quit experienced in general PC programming, but don't
know where to start for Pocket PC, accessing the USB port. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108332
Connect directly to SQL server 2000 using VB 2005
Anyone tell me how can I do in VB 2005 to connect directly my PDA with a SQL
server 2000 (connection string).
I have my aplication in VB2003 an work fine, but whem I have migrate to VB
2005 I have the error:
"SQL Server does not existe or acess denied" Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108331
please, How can I change the display of a Form
hi,
How can I let the Form display on the PDA horizontally, that is the Form's
width is larger than the height. So I can use the PDA in another direction,
there is a turn of 90 digrees.
thanks in advance. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108325
Opening File explorer from windows application
I have two issues :
I am using IPAQ PDA with windows 2003 second edition.
I want to open the file explorer from my application.
Can some body tell me how to do this?
Second problem is when i run my application on PPC 2003 second edition some
times the error missing resource assembly comes up when i use SQL server
connection codes.
The application works fine with older version of PPC 2003.
Is there any additional files need to be included?
Thanks in advance. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108323
Multicast in mobile device
i would like to ask is there any special setting or command for
multicast in mobile device client compare with multicast in PC.
It is because there is no problem while running the command :
if (setsockopt (Sock,
IPPROTO_IP,
IP_ADD_MEMBERSHIP,
(char FAR *)&mreq,
sizeof (mreq)) == SOCKET_ERROR)
but while running in the mobile device there is an error.
GetLastError() = 10022
is there any one know what is the problem ?? Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108321
How to take control of an app????
Hi, I am trying to develop an application that analyzes video streams
in real time. My iPAQ runs on WM2003 so I couldn't find an API that
helps me to do that. Now I am trying to take control of the app that
comes with my iPAQ that records the video streams and look where it
store them for use them in my program. I am programming in C language.
I think I should use CreateProcess in order to open the
programm,shouldn't I?I don't have any idea how to use this function...
- Which functions do I need to make this?
- Which libraries do I need to use that functions?
- How I use them?
- How can I access to what the app of the video camera stores?
Thank you Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108319
Voice API on Pocket PC
I have played with Speech API on my desktop computer and did a small
voice command application for it quite easily.
Recently I bought my first handheld and I want to know if I could use
the SAPI on my Dell Axim X51 pocket pc in order to include voice
commands in one of my projects... I want to know if there is any
possibility to implement voice commands or I shouldn't waste time
thinking about this.
Any suggestions or useful links are wellcomed!
Thanks in advance!
Andrei Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108318
Sharepoint and IEWebControls
Can you please help me, how to use IEWebControls(TreeView...) in Sharepoint
Webparts. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108315
Embed WMP10 mobile 5 When to pause???
Hi,
I'm embedding the WMP10 activeX control in a VB.NET application for
pocket PC.
I have to be able to programmatically pause the media that is loaded
through URL property.
The media player has 2 statusses.
The openState and the playState.
Normally when the the openState hits 13 the mediafile is open.
I thought of pausing my player as it hits 13 but I get an error on
that.
There is a sequence of stat's:
If for example I open a MP3 file:
P (playstate) O (openstate)
P8 -> Media Ended
O6 -> Playlist is open
P3 -> Playing
O13 -> Media open
P1 -> Stopped
P3 -> Playing
Apparently I can only pause the media when I hit the last P3.
Now, I don't want to look at these sequences just for pausing my
player.
I just want to know from one thing that I can pause, play or stop my
player.
The above example was for an MP3 file, but when I open a WMA file there
is a new sequence.
P8, O6, P3, O14, O15, O13, P1, P3, P6, P3
Where the 14 and 15 are the codec retrievals.
And an extra 6 and 3, where 6 is getting extra info from the server.
Again I don't know where to pause except for the last sequence
parameter P3.
I don't want to program in exceptions.
I have tried setting the autoStart on false but that doesn't work
either.
I have followed the "Hosting ActiveX Controls in the .NET Compact
Framework 2.0" that can be found on the MSDN site from Alex Feinman
(OpenNetCF) for embedding my mediaplayer.
Could somebody please help me out?
Regards,
Bamelis Steve Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108314
custom dshow filter on windows mobile 5.0
dshow/ directshow on windows mobile 5.0
can anybody definitly say, that it is possible to develop a
customfilter (e.g. source) with the
standard-enviroment (visual studio 2005 -vc++, windows mobile 5.0 pocketpc
sdk) AND WITHOUT the platform builder tools for winCE 5.0.
I have searched the msdn, and find it only talk about transform filters and
renderers.
and now, in my project, i included the needed libraries strmbase.lib
msvcrtd.lib strmiids.lib.
but still have some link errors:
link errors:
Linking...
Creating library Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug/aaa.lib
and object Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug/aaa.exp
aaa.obj : error LNK2019: unresolved external symbol "public: __cdecl
CSource::CSource(wchar_t *,struct IUnknown *,struct _GUID)"
(??0CSource@@QAA@PA_WPAUIUnknown@@U_GUID@@@Z) referenced in function
"private: __cdecl CFilterAacSource::CFilterAacSource(struct IUnknown *,long
*)" (??0CFilterAacSource@@AAA@PAUIUnknown@@PAJ@Z)
aaa.obj : error LNK2001: unresolved external symbol "public: virtual long
__cdecl CBaseFilter::JoinFilterGraph(struct IFilterGraph *,wchar_t const *)"
(?JoinFilterGraph@CBaseFilter@@UAAJPAUIFilterGraph@@PB_W@Z)
aaa.obj : error LNK2001: unresolved external symbol "public: virtual long
__cdecl CBaseFilter::QueryVendorInfo(wchar_t * *)"
(?QueryVendorInfo@CBaseFilter@@UAAJPAPA_W@Z)
aaa.obj : error LNK2019: unresolved external symbol "public: virtual long
__cdecl CBaseFilter::FindPin(wchar_t const *,struct IPin * *)"
(?FindPin@CBaseFilter@@UAAJPB_WPAPAUIPin@@@Z) referenced in function
"public: virtual long __cdecl CFilterAacSource::FindPin(wchar_t const
*,struct IPin * *)" (?FindPin@CFilterAacSource@@UAAJPB_WPAPAUIPin@@@Z)
CAacOutPin.obj : error LNK2019: unresolved external symbol "protected:
__cdecl CSourceSeeking::CSourceSeeking(wchar_t const *,struct IUnknown
*,long *,class CCritSec *)"
(??0CSourceSeeking@@IAA@PB_WPAUIUnknown@@PAJPAVCCritSec@@@Z) referenced in
function "public: __cdecl CAacOutPin::CAacOutPin(long *,class
CFilterAacSource *,wchar_t const *)"
(??0CAacOutPin@@QAA@PAJPAVCFilterAacSource@@PB_W@Z)
CAacOutPin.obj : error LNK2019: unresolved external symbol "public: __cdecl
CSourceStream::CSourceStream(wchar_t *,long *,class CSource *,wchar_t const
*)" (??0CSourceStream@@QAA@PA_WPAJPAVCSource@@PB_W@Z) referenced in function
"public: __cdecl CAacOutPin::CAacOutPin(long *,class CFilterAacSource
*,wchar_t const *)" (??0CAacOutPin@@QAA@PAJPAVCFilterAacSource@@PB_W@Z)
CAacOutPin.obj : error LNK2001: unresolved external symbol "protected:
virtual long __cdecl CSourceStream::QueryId(wchar_t * *)"
(?QueryId@CSourceStream@@MAAJPAPA_W@Z)
Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug/aaa.ax : fatal error
LNK1120: 7 unresolved externals
any replies are appreciated. Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108310
Install/Change Theme programatically
Hi,
I was trying to install a theme programatically in a setup.dll. But for some
reason this doesn't work on my WM5 device. After a reset the old skin is
still acitve. What's wrong with the following code?
codeINSTALL_EXIT Install_Exit(HWND hwndParent, LPCTSTR pszInstallDir, WORD
cFailedDirs, WORD cFailedFiles, WORD cFailedRegKeys, WORD cFailedRegVals,
WORD cFailedShortcuts)
{
HKEY hKey;
LONG lRet;
TCHAR szCmdLine[MAX_PATH+1];
TCHAR szTheme[MAX_PATH+1];
PROCESS_INFORMATION pi;
ZeroMemory( &pi, sizeof(pi) );
lRet = RegOpenKeyEx(HKEY_CURRENT_USER, _T("Software\\Microsoft\\Today"), 0,
0,&hKey);
if(ERROR_SUCCESS == lRet)
{
RegDeleteValue(hKey, _T("UseStartImage"));
wcscpy(szTheme,_T("\"\\My Documents\\my theme file.tsk\""));
wcscpy(szCmdLine, _T("/safe /noui /nouninstall /delete 0 "));
wcscat(szCmdLine, szTheme);
if(::CreateProcess(_T("\\Windows\\wceload.exe"),szCmdLine, NULL, NULL,
FALSE, 0, NULL, NULL, NULL, &pi))
{
::WaitForSingleObject(pi.hProcess, INFINITE);
RegSetValueEx(hKey, _T("Skin"), 0, REG_SZ, (BYTE*)szTheme, sizeof(TCHAR)
* (wcslen(szTheme) + 1));
RegCloseKey(hKey);
}
::SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0xF2, 0);
}
return codeINSTALL_EXIT_DONE;
} Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108306
Read signature as img file problem
How can I read the signature created by the pocketPC pencel/mouse?
Any source examples in visual basic?
Thanks,
Hans Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108304
How to save image/graphics
It is possible to draw circles and lines on the Windows form for CE by using
creategraphics.
But how to save this graphics/image to a file?
Hans Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108303
How to get or set images from SQLCE database?
How can I save a bmp to a SQLCE database in the Image field?
I tried following:
cmd.parameters.addwithvalue("@image1",bmp)????
And how can I load the SQL data into the bmp?
I like it in Visual basic code if possible.
Hans Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108302
Is there a way...
I'm working with CBitmapButton MFC class in eVc++ 4 and I'm wondering can I
(and how?)load e.g. jpeg image into that button (because of the much smaller
size), and not just the bitmaps? Thanks for helping me out here, it's kinda
important. Grettz Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108301
Oh yeah, that SIP problem again, but in opposite way
Well, I succesfully make my app absolute full screen with SHFullScreen
(using CDialog as main Wnd). Then it come the problem when I try to
raise SIP to let user enter something to edit control. I use
SHSipPreference(this->m_hWnd, SIP_UP) to raise the SIP, but the SIP
flash and disappear! It like the WM 5 say I had my full screen but not
the SIP!
Does anyone have any idea what happened and the solution is? Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108300
Transitioning between forms
I have an application that has about a dozen forms. I am trying to come up
with a strategy to transition between the forms with two effects:
1) I want the transition to be "smooth". That is, I don't want the user to
see the main Pocket PC screen inbetween the closing of one form and the
opening of the next.
2) I only want one screen to show up in the "Running Programs" list at a time.
I have come up with multiple solutions to moving around between forms, but
nothing that I've come up with so far accomplishes these two goals...
TIA for your help.
Chris Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108298
How to use WM5 SDK
I am new to VS2005. I know VB2005 can develop PPC application, so I use it.
I have installed VS2005, CF2.0, WM5 SDK, ActiveSyn 4.0.
When I started using it's API, it always said the function call has not been
declared.
For example, I want to play wav on PPC, so a function called "playSound" in
SDK can meet my target. I try to use by just entering
playSound(..something..), VB2005 said the function call has not been
declared.
Since SDK hasn't mentioned how to declare a function, I try to find related
documentation, but seem not very useful.
So, can anyone give me suggestion about how can I start using WM5 API for
mobile application development?
Also, I am very confused about whether the API can be used in VB2005? or the
API can be used in VC#, VC++ or any other language as SDK hasn't mentioned? Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108294
Directshow, PPC2003 and VS2005
NB: I posted this to .pocketpc.multimedia and then realised that is probably
a user group, not for dev questions. So i assume this is the best place to
post my question.
Hi,
I have a set of directshow filters for desktop versions of windows, and I am
looking to get them running on pocket pc 2003 (and later other platforms
SP2003, CE5.0 based phones).
I upgraded all my projects to VS2005, as that seemed the least painful way
to maintain the 75+ libraries if iwas going to start working on a new
platform.
I've got all my code building again in VS2005. I've got most of my
non-directshow libraries building for PPC2003. I'm having trouble getting
anything directshow related to build.
The problem i'm having is that the PPC2003 sdk doesn't seem to have
directshow in it. So i put the win server 2003 sp1 platform sdk in the path
so it could find the directshow files it needs, but this seems to cause
errors from multiply defined symbols.
For example building the baseclasses library in this configuration gives the
following errors.
V:\Program Files\Microsoft Platform SDK\Include\strmif.h(6174) : error
C2011: '_RGNDATAHEADER' : 'struct' type redefinition
V:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\PocketPC2003\include\wingdi.h(635) : see declaration of
'_RGNDATAHEADER'
V:\Program Files\Microsoft Platform SDK\Include\strmif.h(6183) : error
C2011: '_RGNDATA' : 'struct' type redefinition
V:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\PocketPC2003\include\wingdi.h(643) : see declaration of
'_RGNDATA'
_CE_ACTIVEX was not defined because this Windows CE SDK does not have DCOM.
_CE_ACTIVEX could be caused to be defined by defining
_CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA, but it is recommended that this be
done only for single-threaded apps.
_ATL_NO_HOSTING was defined because _CE_ACTIVEX was not defined.
I can see that if i do a bit of messing around with the platform sdk's
header files, i can probably resolve this (or rather i can make the compiler
think it's working), but surely there is a better way, i must have
overlooked something.
I've read most of the directshow ce4.2 docs on msdn, but they are fairly
non-specific, and were no doubt written related to VC++ embedded, which i do
not want to use since there are many projects and i want to maintain them
all from VS2005. I don't really want to use VC++ embedded at all, i already
have a pretty large solution with many projects for desktop builds.
One of my other directshow helper libraries gives similar errors as above
and others like this...
V:\Program Files\Microsoft Platform SDK\Include\strmif.h(27940) : error
C2061: syntax error : identifier 'LPDIRECTDRAWSURFACE7'
V:\Program Files\Microsoft Platform SDK\Include\strmif.h(27987) : error
C2061: syntax error : identifier 'LPDIRECTDRAW7'
along with a bunch of things about missing type specifyers in that header
file.
So i'm interested in how to fix my build problems. More generally is there
any information about developing directshow filters in VS2005 for
WinCE4.2/PPC2003. How can i set up my build environment so i can build my
directshow filters for desktop and mobile platforms as multiple
configurations in my vs2005 solution.
Is there some mobile directx sdk i am missing. Is letting this configuration
grab files from the platform SDK even a meaningful/useful thing to do? If
not where do i find strmif.h, amvideo.h etc and the other directshow headers
that are required.
Currently i only have this PPC2003 phone... but i see there are newer phones
based off CE5.0, i don't really know much about this phone, but i take it
you can't just "upgrade the operating system", it seems like it's got some
kind of OEM branding in it at the moment.
If i were to get a winCE5.0 based phone, is directshow filter development
something that the newer sdk+VS2005 caters for? Obviously this is not my
preference at this stage, i'd like to get it working on this phone first,
but i would like to know if what i am trying to do is ever going to work!
The intention is to be able to distribute the filters to end users to
install, potentially as part of another application install, not build them
into a customised OS platform image. Some of the CE4.2 docs are talking
about getting strmbase.lib out of platform builder etc., but this is not the
scenario i'm targetting. I want to build my own static baseclasses library
(as i do for the desktop) if possible.
Any help is greatly appreciated,
Thanks,
Zen Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108290
Packaged emulator
We have written an application for PocketPC 2003, and our customer would
like to be able to do training with their staff using a projector. Is there
a tidy way to bundle up the emulator and our application so that they can
use it without having Visual Studio or the SDK installed?
TIA,
Joel Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108289
Windows Mobile 5.0SE?
Does anyone know if Microsoft is working on a second edition of WM5.0? It
has been suggested to me that WM5.0 was originally released prematurely to
the OEM's and some are having issues with implementing the OS properly. I'm
hoping that MS is working on a WM5.0SE that will resolve some of the OEM's
issues.
Thomas Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108283
SQL CE ExecuteReader
Hello,
I am trying to use two readers in the same Sub of code. The first one works
fine, but the second one fails. Here is my code:
sqlCommand.CommandText = "<an SQL Select statement>"
Dim rs As SqlServerCe.SqlCeDataReader = sqlCommand.ExecuteReader
If rs.Read = True Then
lblPar.Text = "Par " & rs.Item("Par" & currHole)
End If
rs.Close()
sqlCommand.CommandText = "<an SQL SELECT statement>"
sqlCommand.ExecuteReader()
If rs.Read = True Then *****this is where I get the error!!
Do While rs.Read = True
lstTargets.Items.Add(rs.Item("TargetName"))
Loop
End If
rs.Close()
The error I get is this:
An unhandled exception of type 'System.InvalidOperationException' occurred
in System.Data.SqlServerCe.dll
Additional information: Could not find resource assembly
I have similar code in other Subs in my program and they all work fine.
This is the only section where I run two back to back ExecuteReader
statements.
Any advice is appreciated.
Thanks,
Brian Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108280
Shape / polygon drawing library
Hi all,
I am in the process of developing an application that will allow me to draw
simple shapes / polygons on my handheld device, translate the shape into a
series of coordinates, and then syncronize this data back into a MSSQL
Server.
My question is, are there tools (3rd party / freeware / open source / etc.)
already developed that I could use for drawing my shapes? Here are some of
my requirements:
- Need to have a configurable grid size (# of cells / units)
- Need to be able to zoom in and out of various parts of the grid
- Need to be able to use the stylus to plot points, connect them, etc.
Eventually I will be incorporating a GPS package to set absolute positions
for my plotted points, but this won't be part of my initial efforts.
Anyone have any thoughts? Ideas?
Thanks for your help in advance!
Wade Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108279
Setting Ringer Volume. Help!
Hi,
Using WinMobile 5. I'm trying to set the phone ringer volume in my
application. I'm attempting this by setting the registry key 'Ringer' in
HKCU\ControlPanel\Volume, like so:
RegOpenKeyEx(HKEY_CURRENT_USER, _T("ControlPanel\\Volume"), 0, 0, &hKey);
RegSetValueEx(hKey, _T("Ringer"), 0, REG_DWORD, (LPBYTE)&dwRingerVol,
sizeof(DWORD));
RegCloseKey(hKey);
(Yeah, I know I need to check for errors)
I then call the undocumented function AudioUpdateFromRegistry(), which
has been mentioned in other posts related to this.
It changes the registry setting, but the volume balloon is not updated.
Does anyone know how to get this to update, I feel like I've tried
everything.
Thanks
Nick H Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108278
How can i change the Startup flash image on PPC WM5.0?
How can i change the Startup flash image on PPC WM5.0?
I can change the registry and carier_startup.gif to change the startup
image, but cant work on PPC WM5.0.
Thanks.
Tom Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108273
Smartphone 2003 to Windows Mobile 5.0
Hello - is it possible to migrate Smartphone 2003 2nd edition (Audiovox 5600)
to Windows Mobile 5.0?
Thanks Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108272
Sound Compression
Hi
Does anybody knows / has some information (source code , library ,
link) concerning sound compression?I have to build an aplication that
does that in VC++ for Windows Mobile.If u can help me in any way please
let me know.Thanks
Bye Tag: Is there a registry monitor tool for Windows Mobile 5.0? Tag: 108267
Anyone familiar with a tool to monitor all Windows CE registry read-writes,
(similar to the Sysinternals one for XP)?
Thanks,
vb.
Re: Is there a registry monitor tool for Windows Mobile 5.0? by vb
vb
Wed Mar 15 08:41:51 CST 2006
Is there such a thing at all?
"vb" <vb@vb.com> wrote in message
news:Xns97829DD5E2CC1vbvbcom@207.46.248.16...
> Anyone familiar with a tool to monitor all Windows CE registry
> read-writes,
> (similar to the Sysinternals one for XP)?
> Thanks,
> vb.