Warnings when compiling the unicode resource file
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to provide the language support (chinese) to one of my sample application. I have translated the strings with the chinese equivalent strings. It is working fine. When I run the application, I am able to see my sample application GUI with the Chinese strings. But one thing I would like to know is when I compile my chinese language dll, I am getting the warnings MySampleAppChinese.rc : Could not find the file. Why are these warnings generated? What is the reason for this? Thanks in advance.
Taruni