Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 577 Bytes

resource-compiler-error-rc2015.md

File metadata and controls

17 lines (13 loc) · 577 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Resource Compiler Error RC2015
Resource Compiler Error RC2015
11/04/2016
RC2015
RC2015
99691683-fb9e-4e61-beb1-12e484858570

Resource Compiler Error RC2015

too many chars in constant

A character constant contained more than two characters.

Character constants are limited to one character (standard character constants) or two characters (long character constants).

Note that an escape sequence (for example, \t for tab) is converted to a single character.