Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IFLangServicePackage

ovz
Beginner
2,998 Views

Hi,

  When compiling my mixed C++/Fortran Visual Studio 2012 solution from command line  using devenv.com I can see the following in the output before actual build process starts

Package 'IFLangServicePackage' failed to load.

Package 'IFLangServicePackage' failed to load.

Package 'IFLangServicePackage' failed to load.

Package 'IFLangServicePackage' failed to load.

Package 'IFLangServicePackage' failed to load.

Is there something I can do to get rid of these messages?

0 Kudos
22 Replies
martymike
Novice
255 Views

No, as I said, we haven't tried that. I could set up a test to see it solves the problem, and I probably will. Fixing it in production is a little trickier because we don't run devenv from a batch file but from a python script. I was hoping to find out what it means and what the consequences are.

0 Kudos
Steven_L_Intel1
Employee
255 Views

I just did an experiment opening a plain command prompt (not one of the Fortran build environments) and running devenv.exe from VS2013. It loaded fine and Fortran projects worked. All I can think of is that there's something extra in your PATH that is causing problems.

0 Kudos
Reply