| Thread | Last Post | Replies |
|
| Storage Device Block Driver Benchmark in CETK | 30 Aug 2006 19:23 GMT | 3 |
This test always format my whole hard disk under testing if I use command tux ¨Co ¨Cd rw_all -c"/zorch" -f rw_all.txt But current the harddisk is very large( It's hard to find small size harddisk), it will took too long time to finish this test item.
|
| Is there a workaround for calling WaitForInputIdle on CE? | 27 Aug 2006 22:44 GMT | 3 |
The API is not present on CE, but is there any known workaround for synchronizing with the start of a UI process to wait for it to start accepting UI input before you send it any mouse or keyboard events? I know I can wait for a window from that process to appear in the
|
| Can App Verifier results for SysAllocString() be trusted? | 24 Aug 2006 22:54 GMT | 3 |
I have heard that oleaut32 uses its own caching for strings allocated with SysAllocString() and doesn't necessarily have to free a string when SysFreeString() is called. We have had a number of problems with leaks in SysAllocString() and I am not
|
| AppVerifier hangs | 22 Aug 2006 13:03 GMT | 13 |
I have installed this per instructions at: http://www.microsoft.com/downloads/details.aspx?FamilyId=D275348A-D937-4D88-AE25 -28702C78748D&displaylang=en I open the CE 5.0 test kit, connect to the client, right click on the device and then select tools and then app verifier. This ...
|
| Problems using AppVerifier with CETK 5.0 on a Windows Mobile 5.0 device | 21 Aug 2006 20:50 GMT | 1 |
I am an app developer wishing to use Application Verifier to check for possible memory leaks on a windows mobile device. I am not using Platform Builder but am using CETK Version 5.0. I followed the steps of installing the CETK and then replacing Application Builder files
|
| Flash Memory Read Write and Performance Test | 16 Aug 2006 14:10 GMT | 1 |
I performed the Flash Memory Read Write and Performance Test in a flash disk. After the execution of the test, I reboot the machine and the flash disk is formated.
|
| Two Card Network Driver Test - Unbind vs multicast? | 15 Aug 2006 14:29 GMT | 3 |
I've got a headless system that has two builtin ethernet controllers and I'm attempting to run the Two Card network test. I've got clientside and platman built into the device, and I start clientside via telnet. In order to keep the connection to the CETK server I have to use ...
|
| Tesing driver in WM 5 | 14 Aug 2006 21:46 GMT | 1 |
How do I test memory, handle and eventsleakage in NDIS mini port driver? Is there a tool like "Application verifier". I had used NDIS tests in CETK but it is not adequate.
|
| Shim signatures? | 14 Aug 2006 18:51 GMT | 1 |
I’m trying to get a shim dll working by intercepting an API call to SmsOpen in sms.dll. I believe it has something to do with my function signature not matching correctly. When I check the process space I can see that my shim dll sms_shim.dll is loaded so I believe my registry ...
|
| Help creating a shim dll | 04 Aug 2006 21:20 GMT | 4 |
I’m trying to create a shim dll to intercept outgoing sms messages, thus I’m trying to plug in to the SmsSendMessage API in sms.dll. I have created the following dll called smsshim.dll: #include "stdafx.h"
|
| App Verifier bug? Doesn't detect CloseHandle call for CeOpenDatabaseInSession? | 03 Aug 2006 17:52 GMT | 1 |
We have some code for which App Verifier is reporting handle leaks from a call to CeOpenDatabaseInSession(). I am running App Verifier on a test retail build in the emulator. This code is invoked 4 times but App Verifier is only reporting one leak for
|