Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 813 Bytes

linker-tools-warning-lnk4001.md

File metadata and controls

15 lines (12 loc) · 813 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Warning LNK4001
Linker Tools Warning LNK4001
11/04/2016
LNK4001
LNK4001
0a8b1c3a-64ce-4311-b7c0-065995059246

Linker Tools Warning LNK4001

no object files specified; libraries used

The linker was passed one or more .lib files, but no .obj files.

Because the linker is not able to access information in a .lib file that it is able to access in an .obj file, this warning indicates that you will have to explicitly specify other linker options. For example, you may have to specify the /MACHINE, /OUT, or /ENTRY options.