Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 607 Bytes

linker-tools-error-lnk1241.md

File metadata and controls

15 lines (12 loc) · 607 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Error LNK1241
Linker Tools Error LNK1241
11/04/2016
LNK1241
LNK1241
7b8b52eb-0231-4521-b52a-2bce8d3e8956

Linker Tools Error LNK1241

resource file 'resource file' already specified

This error is generated if you run cvtres manually from the command line and if you then pass the resulting .obj file to the linker in addition to other .res files.

To specify multiple .res files, pass them all to the linker as .res files, not from within .obj files created by cvtres.