Build error C2220 #542
-
I had succeed to build 9ef7687. Would you help me to build server.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
likely your compiler isn't detecting our utf-8 file format, or possibly after making a change when you saved the format has been changed and it doesn't like the new file format. I see it mentioning unicode. Set code page and save as UTF-8 with BOM and try again. |
Beta Was this translation helpful? Give feedback.
-
C4819 Translation (in case anyone needs): The file contains characters that cannot be displayed in the current code page (932). Save the file in Unicode format to prevent data loss. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your very quick response.I succeed to build! I opened with VS code below files,and change encode from "UTF-8" to "UTF-8 with BOM". Would you merge the change to /origin/base branch. |
Beta Was this translation helpful? Give feedback.
-
I've just merged #4953 into |
Beta Was this translation helpful? Give feedback.
likely your compiler isn't detecting our utf-8 file format, or possibly after making a change when you saved the format has been changed and it doesn't like the new file format. I see it mentioning unicode. Set code page and save as UTF-8 with BOM and try again.