Thursday, April 14, 2011

multiquoted string in .rc2 file, VC++

I was building a VC++ project and i happened to have data some thing like inside Resources.rc2 file

"My data contains "multiple quoted string" and also symbols like "<" ">" "\""

It seems Quotes and <, >, and \ are needed to be escaped.

I'm getting error RC2104 upon compiling with RC.exe in VS08. It terminates the string on first occurance of a quote. What can i do?

From stackoverflow

0 comments:

Post a Comment