Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

garbled message

chezkeita
Beginner
757 Views
Hi,

I hope this question is not too stupid to ask but my error description messages after building are garbled like: "error #6333: ZA^7&*/...".
Any idea about what is causing this?
My OS is vista.

Thanks in advance,
Keita Yoshioka
0 Kudos
3 Replies
Ron_Green
Moderator
757 Views
Quoting - chezkeita
Hi,

I hope this question is not too stupid to ask but my error description messages after building are garbled like: "error #6333: ZA^7&*/...".
Any idea about what is causing this?
My OS is vista.

Thanks in advance,
Keita Yoshioka

Those messages come from a "message catalog" that is keyed to the user's Language setting. Are you using a non-English version of Windows? Perhaps your language setting is causing the compiler to pick the wrong message catalog.


0 Kudos
chezkeita
Beginner
756 Views

Those messages come from a "message catalog" that is keyed to the user's Language setting. Are you using a non-English version of Windows? Perhaps your language setting is causing the compiler to pick the wrong message catalog.



Thank you, Ronald. My unicode setting was Japanese and the fix was to switch it over to English.
I appreciate your help.

Regards,
Keita
0 Kudos
Hitoshi
Novice
756 Views
Quoting - chezkeita

Thank you, Ronald. My unicode setting was Japanese and the fix was to switch it over to English.
I appreciate your help.

Regards,
Keita
Even if your Vista setting is Japanese, you can get English messages correctly by adding following compiler switch:

/Qdiag-message-catalog-
0 Kudos
Reply