Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 582 Bytes

fatal-error-c1091.md

File metadata and controls

15 lines (12 loc) · 582 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1091
Fatal Error C1091
11/04/2016
C1091
C1091
812d4201-9154-48b0-b9af-5959c082ca33

Fatal Error C1091

compiler limit: string exceeds 'length' bytes in length

A string constant exceeded the current limit on the length of strings.

You might want to split the static string into two (or more) variables and use strcpy_s to join the result as part of the declaration or during run time.