Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Latest Version

komal_dutta
Beginner
708 Views
Hi,
Which is the latest version of Intel C++ Compiler?

I could only locate the download page for version 11.1.066 (http://www.intel.com/cd/software/products/asmo-na/eng/368972.htm, which supposedly has a bug in IPO (http://software.intel.com/en-us/forums/showthread.php?t=62095) . I don't want to run into Linker Errors again (as with 10.0.26 version), even after downloading and installing another version.


From where can i download Intel C++ Compiler versions 10.1.029?

I already have an evaluation copy of 10.0.26 version running on one of my systems, can i update the same installation to use 10.1.029 or 11.1.066 (does the evaluation version have installation restrictions?)

Thanks,
Komal
0 Kudos
11 Replies
TimP
Honored Contributor III
708 Views
If you have a full license, you can register it and download any version you choose at https://registrationcenter.intel.com. The evaluation licence may give you access to downloads for the 30 day period.
An update was posted last week for the Windows 11.0 compiler. It has a lot more changes than would usually expected in an update. There is no new 11.1 beta version, but you may not have meant that.
If your main concern is about linker problems and not about performance, I can't imagine why you are interested in IPO.
0 Kudos
komal_dutta
Beginner
708 Views
I am looking for an evaluation version.
My main concern is Performance, but while convertingour projects to compile with IntelC++ Compiler, we got linker errors.So right now, these linker errors are a concern! Does version 11 have any known issues (regarding thes linker errors)?
0 Kudos
JenniferJ
Moderator
708 Views
Please try the 11.0.072 pkg that contains a /Qipo fix.

Jennifer

0 Kudos
komal_dutta
Beginner
708 Views
Please try the 11.0.072 pkg that contains a /Qipo fix.

Jennifer


Hi Jennifer,
Can you please provide the URL from where to download this version of the IntelC++ Compiler?

Thanks & Regards,
Komal
0 Kudos
JenniferJ
Moderator
708 Views
0 Kudos
komal_dutta
Beginner
708 Views
0 Kudos
Kevin_D_Intel
Employee
708 Views
Quoting - komal_dutta

Has the "11.0.072" version released?

Yes it has. It is available from the Intel Registration Center at: https://registrationcenter.intel.com
0 Kudos
komal_dutta
Beginner
708 Views
Quoting - komal_dutta

Has the "11.0.072" version released?

Yes it has. It is available from the Intel Registration Center at: https://registrationcenter.intel.com

And where can i download the eval versionof the same?
0 Kudos
Kevin_D_Intel
Employee
708 Views

The evaluation download at the URL Jennifer provided is always the latest update; however, if you recently obtained an evaluation license then you may be prevented from re-registering for an evaluation and gaining access to 11.0.072 via that method.

When you said earlier that you found the 11.0.066 download page, I assume that means you registered for a newevaluation license at that time.

As Tim indicated earlier, if you register your evaluation serial number at our Intel Registration Center at the URL provided, then you will have 30 days of access to the all the latest downloads from the Intel Registration Center, including 11.0.072.

I cannot find a match for the email address you are using for this Forum in our Registration Center database, so that suggests you either have not registered your current evaluation serial number (assuming you have one), or you registered it under a different email address.

So, if you have an 11.0 evaluation serial number, please register it and then you can obtain the 11.0.072 update from the Intel Registration Center.

These are the only two methods available by which to obtain the 11.0.072 update.
0 Kudos
komal_dutta
Beginner
708 Views
Thanks a lot for the detailedinformation.
Regards,
Komal

0 Kudos
komal_dutta
Beginner
708 Views
Hi,

I used the latest version of Intel C++ Compiler 11.0.072, and the several Linker Errors, that i got with version 10 are not seen anymore. Yipeee!!!
But I am still getitng the following Linker Errors, even though this solution compiles fine with MS C++ Compiler,

xilink: executing 'link'
BuildManager.def : error LNK2001: unresolved external symbol DllCanUnloadNow
BuildManager.def : error LNK2001: unresolved external symbol DllGetClassObject
BuildManager.def : error LNK2001: unresolved external symbol DllRegisterServer
BuildManager.def : error LNK2001: unresolved external symbol DllUnregisterServer


Why are these errors coming? Am i missing something here?

Regards,
Komal
0 Kudos
Reply