Intel C++ 10.x and 11.x support?

Building, compiling, or debugging issues

Intel C++ 10.x and 11.x support?

Postby armandoab » Sat Jan 26, 2008 3:51 pm

The current configuration in UEStudio is for Intel C++ 7.
Is there a configuration for Intel C++ 10 ?
User avatar
armandoab
Newbie
 
Posts: 2
Joined: Sat Jan 26, 2008 12:00 am

Re: Intel C++ 10.x and 11.x support?

Postby Mofi » Sun Jan 27, 2008 9:38 am

No. Most of the available configurations are made by users and send by email to IDM. I suggest you create a backup of all files in subdirectory "configs/Intel C++ Compiler", then open the files in UEStudio and adapt it to v10 of the compiler. When the adapted configs are working fine, send them to IDM by email.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 3937
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Intel C++ 10.x and 11.x support?

Postby armandoab » Sun Jan 27, 2008 11:12 pm

I am new to UEStudio (but old user of UltraEdit), just downloaded it for a "test drive".
In the last few hours I started looking into the configuration syntax and the idea is getting clear.
I will try to create a configuration for ICL 10.0 and send it back to IDM.
Thanks for your advice !
Armando A B.
User avatar
armandoab
Newbie
 
Posts: 2
Joined: Sat Jan 26, 2008 12:00 am

Re: Intel C++ 10.x and 11.x support?

Postby dr_edd » Sun Mar 08, 2009 3:23 pm

Seen a above posts for 10.x version of intel c++ compiler configuration.

Anyone got posted a configuration for that yet, or has a configuration for UEStudio for the currently latest version 11.0 of the intel c++ compiler?
dr_edd
Newbie
 
Posts: 1
Joined: Sun Mar 08, 2009 3:17 pm

Re: Intel C++ 10.x and 11.x support?

Postby Mofi » Mon Mar 09, 2009 4:12 am

Do the same as armandoab for v10 according to my suggestions. Compilers are often very compatible to previous versions. So I think you have to change only a few entries in the existing configs for Intel C++ 7.1. I guess you have to adapt only Version = 70 at [Settings] referenced several times with $(Version) in the section [Environment] where the registry keys of the Intel compiler are defined.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 3937
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Build / Compile / Debug