English(英语)
My develop environment:
MS vs.studio 2008
Intel C++ Compiler 11.0.074
Windows 2003 sp2
MinGW
gcc 4.2.1 for MinGW
I downloaded Intel C++ Compiler 11.0.074 and want to compile some code. For the reason that icl can't compile some source code contained inline asm file, I split these codes and compile them in MinGW environment using gcc tooutput static library. I use this library link with otherobject filescreated by icl and things are in good train.