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?
Link Copied
I don't know what is causing your problem. Did you try running the .bat file (you would want to "call" it) and see if the problem goes away? Maybe you have something in PATH that is interfering.
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.
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.
For more complete information about compiler optimizations, see our Optimization Notice.