<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Could not open dll in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827640#M50826</link>
    <description>So yes, that message should be "improved". Maybe it should be improved by making it go away. Otherwise it needs to be hooked up to come out as an honestly producedwarning or perhaps a comment.&lt;BR /&gt;&lt;BR /&gt;This was originally there so that it would come out if our test systems were misconfigured as it would then cause the tests to fail. I wanted to make sure we were really testing the code from which this is spat out. The compiler can still produce debug info - it falls back to /Z7 instead of /Zi. You can get round the message by using /Z7 instead of /Zi - then it won't look for the dll at all. &lt;BR /&gt;&lt;BR /&gt;BTW, the main disadvantage of /Z7 over /Zi is that it makes your object files bigger because they contain the debug info.&lt;BR /&gt;&lt;BR /&gt;I had not anticipated that there was a useful user environment in which this message would be seen. Can you tell me more about why you don't have that directory in your path? How did you go about setting things up so that our compiler works but you don't have that in your path? I don't understand that well enough to be confident I can come up with a good solution for you without losing the ability towarn other users that they have a problem.That's the problem with making it a comment, of course - it would be unlikely anybody would ever see it, even if it would have been useful to them. If we make it a warning, you would still see it unless you took action to suppress it.&lt;BR /&gt;&lt;BR /&gt;Thanks, David</description>
    <pubDate>Thu, 22 Sep 2011 20:23:16 GMT</pubDate>
    <dc:creator>DAVID_M_Intel2</dc:creator>
    <dc:date>2011-09-22T20:23:16Z</dc:date>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827631#M50817</link>
      <description>H... I am using Windows 7, Composer XE with IMSL, VS2008, 64 bit. When I am in the debug mode, I get the message 'Could not open dll' after each compiled subroutine. Afterward, the program compiles, links and runs. I do not have this issue with the release (non-debug) mode. The libraries I am linking to are the following (if that is helpful):&lt;BR /&gt;&lt;SPAN style="font-size: xx-small;"&gt;&lt;P&gt;"C:\\Program Files (x86)\\VNI\\imsl\\fnl600\\Intel64\\lib\\imsl_dll.lib"&lt;BR /&gt;"c:\\wint\\lib.i64\\winter.lib&lt;BR /&gt;"gdi32.lib"&lt;BR /&gt;"user32.lib"&lt;BR /&gt;"comdlg32.lib"&lt;BR /&gt;"winspool.lib"&lt;BR /&gt;"winmm.lib"&lt;BR /&gt;"shell32.lib"&lt;BR /&gt;"advapi32.lib"&lt;BR /&gt;"htmlhelp.lib"&lt;BR /&gt;I do not get this error with the 32 bit version of everything. Any suggestions?&lt;BR /&gt;Bill&lt;/P&gt;&lt;/SPAN&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2011 19:57:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827631#M50817</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-19T19:57:04Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827632#M50818</link>
      <description>Please attach the buildlog.htm from the x64\Debug folder. Also, have you followed the instructions &lt;A href="http://software.intel.com/en-us/articles/installing-and-using-the-imsl-libraries/"&gt;here &lt;/A&gt;to configure Visual Studio for IMSL?</description>
      <pubDate>Mon, 19 Sep 2011 21:01:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827632#M50818</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-19T21:01:13Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827633#M50819</link>
      <description>I have followed the instruction for the IMSL. I have the same problem when using the debug without calling IMSL. Also, I am using the Winteracter environment even though I have VS2008. Attached is my build log.&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 20 Sep 2011 01:03:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827633#M50819</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-20T01:03:58Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827634#M50820</link>
      <description>This may be trying to open the message catalog which is a DLL. I am not familiar with the Winteracter development environment, but you would need to have the executable paths set up the same way as they are in Visual Studio. What have you told Winteracter the executable paths are?</description>
      <pubDate>Tue, 20 Sep 2011 01:09:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827634#M50820</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-20T01:09:29Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827635#M50821</link>
      <description>Steve... I have been in contact with the Winteracter folks and they said they are using the VS2008 and Intel pathways, includes etc. The only hint I can come up with is that I have loaded the Compser XE over the version 11 of the Intel FORTAN. &lt;BR /&gt; If I know which dll's are called by the compiler, I can either include them in the pathways or stick them in the proper location.&lt;BR /&gt;Bill&lt;BR /&gt;PS. As a reminder, this is only happening with the 64 bit debug configuration and has occured right after I loaded the latest Composer XE with IMSL</description>
      <pubDate>Wed, 21 Sep 2011 21:02:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827635#M50821</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-21T21:02:07Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827636#M50822</link>
      <description>See if adding C:\Program Files (x86)\Intel\Composer XE 2011 SP1\bin\intel64\1033 to the list of executable paths helps. I am not certain that this message is coming from the compiler.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2011 21:22:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827636#M50822</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-21T21:22:08Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827637#M50823</link>
      <description>&lt;P&gt;See next message&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2011 21:44:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827637#M50823</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-21T21:44:50Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827638#M50824</link>
      <description>Steve...&lt;BR /&gt; I have tried your suggestion. I still get the "Could not open dll" message. The Winteracter folks assure me that it has to be in the compiler step. Any other suggestions?&lt;BR /&gt; It is also interesting that despite this message, the program compiles, links and runs.&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 21 Sep 2011 21:48:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827638#M50824</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-21T21:48:09Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827639#M50825</link>
      <description>The compiler is looking for mspdbxx.dll, which resides in the Visual Studio Common7\IDE folder. This folder is part of the default executable path for builds within VS and when using the Intel compilervars.bat to establish the command environment. This folder needs to be added for Winteracter as well. Without it, you will have trouble debugging your application.&lt;BR /&gt;&lt;BR /&gt;We will see about getting the error message improved.</description>
      <pubDate>Thu, 22 Sep 2011 15:39:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827639#M50825</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-09-22T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827640#M50826</link>
      <description>So yes, that message should be "improved". Maybe it should be improved by making it go away. Otherwise it needs to be hooked up to come out as an honestly producedwarning or perhaps a comment.&lt;BR /&gt;&lt;BR /&gt;This was originally there so that it would come out if our test systems were misconfigured as it would then cause the tests to fail. I wanted to make sure we were really testing the code from which this is spat out. The compiler can still produce debug info - it falls back to /Z7 instead of /Zi. You can get round the message by using /Z7 instead of /Zi - then it won't look for the dll at all. &lt;BR /&gt;&lt;BR /&gt;BTW, the main disadvantage of /Z7 over /Zi is that it makes your object files bigger because they contain the debug info.&lt;BR /&gt;&lt;BR /&gt;I had not anticipated that there was a useful user environment in which this message would be seen. Can you tell me more about why you don't have that directory in your path? How did you go about setting things up so that our compiler works but you don't have that in your path? I don't understand that well enough to be confident I can come up with a good solution for you without losing the ability towarn other users that they have a problem.That's the problem with making it a comment, of course - it would be unlikely anybody would ever see it, even if it would have been useful to them. If we make it a warning, you would still see it unless you took action to suppress it.&lt;BR /&gt;&lt;BR /&gt;Thanks, David</description>
      <pubDate>Thu, 22 Sep 2011 20:23:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827640#M50826</guid>
      <dc:creator>DAVID_M_Intel2</dc:creator>
      <dc:date>2011-09-22T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827641#M50827</link>
      <description>Thanks David and Steve,&lt;BR /&gt; I do not know how it occurred and it only occurs in the pure 64 bit Fortran system. I have not played with any of the paths and I have used the default paths for all of the software. I tried to include the path that Steve suggested and the same event is occuring. What does remove the message is to use /Z7 during the compile. Otherwise, I do not have any other hints what is happening.&lt;BR /&gt; Thanks again.&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 22 Sep 2011 22:01:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827641#M50827</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-22T22:01:10Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827642#M50828</link>
      <description>I think that means the dll is not where we expect it to be. If you can find it and report back on where it is, that might be helpful to us. Perhaps we need to cater for that in the configuration. (also the exact version of VS would help so we can try to reproduce it) The Z7 branch does not use the dll so as long as you are ok with the larger object files, you should not encounter any other problems or limitations in functionality from using that rather than /Zi.</description>
      <pubDate>Fri, 23 Sep 2011 18:03:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827642#M50828</guid>
      <dc:creator>DAVID_M_Intel2</dc:creator>
      <dc:date>2011-09-23T18:03:17Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827643#M50829</link>
      <description>Incidentally, you are finding the 32 bit version or you would see the message there as well.</description>
      <pubDate>Fri, 23 Sep 2011 18:05:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827643#M50829</guid>
      <dc:creator>DAVID_M_Intel2</dc:creator>
      <dc:date>2011-09-23T18:05:59Z</dc:date>
    </item>
    <item>
      <title>Could not open dll</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827644#M50830</link>
      <description>David,&lt;BR /&gt; The file mspdb80.dll resides in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE and the version of VS I am using is Microsoft Visual Studio 2008 Version 9.0.21022.8 RTM with Microsoft .Net Framework Version 3.5 SP1&lt;BR /&gt; I do appreciate the hep.&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 23 Sep 2011 19:02:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Could-not-open-dll/m-p/827644#M50830</guid>
      <dc:creator>billfullcox_net</dc:creator>
      <dc:date>2011-09-23T19:02:19Z</dc:date>
    </item>
  </channel>
</rss>

