Follow Us
Contribute
  • Register

Fatal Error C1091: compiler limit: string exceeds (length) bytes in length

0 votes
A string constant exceeded the current limit on the length of strings. requested 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

1 Solution

0 votes
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. solved 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

Related errors