Application Compatibility Tool (Compact 2013)

3/26/2014

This command-line tool scans DLLs and executable files for deprecated APIs. The tool takes two command-line options, input and output.

Syntax

ceappcompat -i [folder name / dll name / exe name] -o [output file name]

Parameters

  • -i <Path[\\Filename]>
    Folder path or module to scan (required).
  • -o <ResultsFile>
    Resultant output file (optional).

Remarks

This tool is installed in the %_WINCEROOT%\Public\Common\OAK\Bin\i386 directory.

Run this tool in an x86 OS build window, and run the tool from the installed folder.

This application depends on Link.exe (x86 version) and C run-time DLLs. If you are running this application from a window other than the x86 OS build window, set the Path environment variable to include the path to Link.exe, Msvcr90.dll, and Mspdb90.dll.

See Also

Reference

Platform Builder Command Line Tools