Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 726 Bytes

File metadata and controls

15 lines (12 loc) · 726 Bytes
description Learn more about: .Res Files as Linker Input
title .Res Files as Linker Input
ms.date 11/04/2016
helpviewer_keywords
RES files as linker input
.res files as linker input
linking [C++], resource files
resource files, linking
ms.assetid 9c37ab00-97df-4d9a-91cd-6bf132970683

.Res Files as Linker Input

You can specify a .res file when linking a program. The .res file is created by the resource compiler (RC). LINK automatically converts .res files to COFF. The CVTRES.exe tool must be in the same directory as LINK.exe or in a directory specified in the PATH environment variable.

See also

LINK Input Files
MSVC Linker Options