Home
C++

How to Use AppVerifier to debug Windows Mobile applications

Apr 6, 2010 08:49 PM
634061527128587822.jpg

If you've programmed a few Windows Mobile applications, you might need to perform some troubleshooting and debug the program to weed out all the problems. You can do this with AppVerifier. Marty Larson demonstrates installing, configuring and using the "AppVerifier" Application Verifier tool to debug Windows Mobile applications.

Application Verifier is a runtime verification tool for unmanaged code. Application Verifier assists developers in quickly finding subtle programming errors that can be extremely difficult to identify with normal application testing. Using Application Verifier in Visual Studio makes it easier to create reliable applications by identifying errors caused by heap corruption, incorrect handle and critical section usage.

Application Verifier can be used with any project in the C++ language during runtime only.

Related Articles

windows.h

Trying to Figure Out Random Number Generation with a Vector...

Comments

No Comments Exist

Be the first, drop a comment!