Intel C++ Compiler V5.0/6.0

Windows Pentium システム

3.6.1 コマンドラインからの日本語(Shift_JIS)のコンパイル

> icl -Qoption,cpp,--multibyte_chars test.cpp

 

MS VC++ 6.0 で日本語 (Shift_JIS) を含むファイルをコンパイルするには、

 

C:\Program Files\Intel\compiler50\ia32\bin\icl6.cfg

 

MS VC++ .NET で日本語 (Shift_JIS) を含むファイルをコンパイルするには、

 * .NET 環境では、Compiler 5.0 は使用できません。

 

C:\Program Files\Intel\compiler50\ia32\bin\icl.cfg

 

上記のファイルに以下の内容を追加してください。

 

# to compile Japanese

-Qoption,cpp,--multibyte_chars