在vs2005上安装intel c++ compiler出现问题
我在vs2005上装了一个intel c++ compiler(IA32)10.1版,但出现这样的错误:
This application has failed to start because libmmdd.dll was not found.
Re-installing the application may fix this problem.
我重装编译器还是不行。操作系统是32位的vista。在装ia32之前错误的安装了intel64的compiler,然后卸载了。
intel C++ compiler能编译出一些简单的程序,象hello world或者在一个数组里面找最小值之类。
如何解决这个问题啊?