Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 696 Bytes

command-line-warning-d9024.md

File metadata and controls

29 lines (19 loc) · 696 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Command-Line Warning D9024
Command-Line Warning D9024
11/04/2016
D9024
D9024
daf4896d-223d-4af0-9b6d-89109cf3d1bb

Command-Line Warning D9024

unrecognized source file type 'filename', object file assumed

The extension of the specified file was not recognized. The file was assumed to be an object file and was passed to the linker.

The following extensions are recognized:

  • .c (C source file)

  • .cxx (C++ source file)

  • .cpp (C++ source file)

  • .obj (Object file)

  • .lib (Library file)

  • .def (Module definition file)

  • .exp (Linker exports file, created by LINK /LIB)