I’m trying to compile a resource file (.rc) for a Win32 application but I’m getting this error
use "" to put " in a string
Among other things, I’m trying to define a MENUITEM with a string that looks like this "&Save\t\"Alt+S\"". I have tried escaping the " character with "\"" but it still doesn’t work.
Why are you escaping it with
\"when the resource compiler clearly says you that you must escape it with""? Just do: