Compiler Option Reference (Windows CE 5.0)

Send Feedback

The compiler executables are utilities that control the compiling and linking of project files for Windows CE.

Compilation produces Common Object File Format (COFF) object (.obj) files and linking produces executable (.exe) files or dynamic-link libraries (DLLs). Each version of Windows CE has a corresponding compiler version.

For each version of the Windows CE operating system, the compilers for all processors are in WINCE500\SDK\BIN\I386\architecture.

For information on specifying options, see Compiler and Linker Build Options.

To compile without linking, use /c on the command line.

See Also

Compiler Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.