Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

11.1.035: could not open message catalog file

mas912
Beginner
598 Views

Here is output:

1>Compiling with Intel C++ 11.1.035 [IA-32]... (Intel C++ Environment)
1>warning #13000: could not open message catalog file:
1>charstest.cpp
1>warning #13000: could not open message catalog file: diagscUI.dll

Workaround: add $(ICInstallDir)bin\ia32\1033 for win32 configuration of "Intel C++\Compilers:Executables" and $(ICInstallDir)bin\Intel64\1033 for x64 accordingly.

0 Kudos
5 Replies
Om_S_Intel
Employee
598 Views

It would be nice to have the sample code. Could you please help?
0 Kudos
JenniferJ
Moderator
598 Views
Quoting - mas912
1>Compiling with Intel C++ 11.1.035 [IA-32]... (Intel C++ Environment)
1>charstest.cpp
1>warning #13000: could not open message catalog file: diagscUI.dll


Workaround: add $(ICInstallDir)binia321033 for win32 config.

Is the OS English? Is the VS English version?

Jennifer
0 Kudos
mas912
Beginner
598 Views

It would be nice to have the sample code. Could you please help?
Sample code? Empty C++ file would be enough.
0 Kudos
mas912
Beginner
598 Views
Is the OS English? Is the VS English version?

Jennifer

OS russian, VS english. 11.0.74 and older works correctly.

Is 11.1 trying to automatically detect the locale language and select localized message catalog? Seems to be yes: I was copied 1033 catalog to 1049 (russian locale) and compiler wasn't display that warning.

0 Kudos
mas912
Beginner
598 Views

-- sorry, its wrong report, delete it.

0 Kudos
Reply