After the Intel 8 C Compiler is installed, the VC6.0 is new, and then integrates Assist x 10, it is really comfortable than VS.NET. The functionality of the code lookup is not informed of SourceSight 3.5, automatic complement code, and text-formatting features can also be comparable to Slickedit 9.
Articles on Integrated Intel 8 C Compiler in VC6, please refer to Zhou Xingxing "
The best C IDE under Windows.
When Intel 8 C Compiler is integrated, there will be the following changes in the * .dsp file: (if you export Makefile, you will see the same Dongdong in the * .mak file)
CPP = Xicl6.exe
RSC = rc.exe
BSC32 = BSCMAKE.EXE.exe
Link32 = xilink6.exe
....
The CPP compiler is replaced by Xicl6.exe, and the linker is replaced by xiliary.
Why is Xicl6, XILINK6 instead of Xicl8, XILINK8, isn't I Intel 8 C compiler? I really don't know this. : p