<?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 What redistributables needed? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817490#M45986</link>
    <description>"As for MSVC, you should also include the MSVC redistributable for the VC version you used."&lt;BR /&gt;&lt;BR /&gt;I program only in Fortran. I do not 'use' Visual C++ as such,; only insofar as MS Visual Studio provides links to all the libraries required to run a Win32 application on a Windows platform can I be said to 'use' Visual C++ as I think those libraries were compiled with Visual C++.&lt;BR /&gt;&lt;BR /&gt;Dependency Walker shows that my USERSUB.DLL depends on the following DLL's:&lt;BR /&gt;&lt;BR /&gt;ADVAPI32.DLL&lt;BR /&gt;COMCTL32.DLL&lt;BR /&gt;COMDLG32.DLL&lt;BR /&gt;DFORMD.DLL&lt;BR /&gt;GDI32.DLL&lt;BR /&gt;KERNEL32.DLL&lt;BR /&gt;MSVCRT.DLL&lt;BR /&gt;NTDLL.DLL&lt;BR /&gt;OLE32.DLL&lt;BR /&gt;OLEAUT32.DLL&lt;BR /&gt;RPCRT4.DLL&lt;BR /&gt;SECUR32.DLL&lt;BR /&gt;SHELL32.DLL&lt;BR /&gt;SHLWAPI.DLL&lt;BR /&gt;USER32.DLL&lt;BR /&gt;USERSUB.DLL&lt;BR /&gt;&lt;BR /&gt;from which I detect DFORMD as a CVF DLL and MSVCRT a Visual C++ run-time library, both of which would have to be distributed with my .DLL I think.&lt;BR /&gt;&lt;BR /&gt;I am unfamiliar with RPCRT4.DLL, the rest appear to be standard Windows DLLs. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Oct 2011 15:08:33 GMT</pubDate>
    <dc:creator>anthonyrichards</dc:creator>
    <dc:date>2011-10-06T15:08:33Z</dc:date>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817485#M45981</link>
      <description>I have a large .DLL project (32-bit) developed using CVF on WIndows XP Pro. When deploying it to a different computer, CVF recommended accompanying it with VFRUN.EXE and running it to install any files that the .DLL 'might' be dependent on. I do this, even though I am not sure what files they are.&lt;BR /&gt;&lt;BR /&gt;Now, I am contemplating porting the CVF project over to IVF (with VS2005 pro) on the same development platform for further development (again, 32-bit). Please can you tell me, in advance of (highly unlikely!) successful conversion to IVF, what files my .DLL is likely to require to run on a different Windows machine? And what IVF's equivalent to VFRUN.EXE is in the case I need it? &lt;BR /&gt;TIA.&lt;BR /&gt;&lt;BR /&gt;P.S. Because my DLL code is made to be used by third-party software, I am required to include a 'C' pre-compiled object file when linking my .DLL code. The object file contains various relocation symbols for third-party code and the following linker directives:&lt;BR /&gt;&lt;BR /&gt;Linker Directives&lt;BR /&gt; -----------------&lt;BR /&gt; /manifestdependency:"type='win32'&lt;BR /&gt; name='Microsoft.VC80.CRT'&lt;BR /&gt; version='8.0.50727.762'&lt;BR /&gt; processorArchitecture='x86'&lt;BR /&gt; publicKeyToken='1fc8b3b9a1e18e3b'"&lt;BR /&gt; /DEFAULTLIB:"MSVCRT"&lt;BR /&gt; /DEFAULTLIB:"OLDNAMES"&lt;BR /&gt;&lt;BR /&gt;I have had no problem successfully accessing all my .DLL code from within the third-party application, so far. I have been able to access the debug version of my code when running the third-party software to track down coding problems. The only difference from the release version I find when linking the debug version of my .DLL is the warning&lt;BR /&gt;&lt;BR /&gt;Linking...&lt;BR /&gt; Creating library Debug/usersub.lib and object Debug/usersub.exp&lt;BR /&gt;LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library&lt;BR /&gt;&lt;BR /&gt;usersub.dll - 0 error(s), 1 warning(s)&lt;BR /&gt;&lt;BR /&gt;The warning is absent when linking the release configuration. This does not appear to be a deal-breaker, as the debug code runs Ok, but I think it is connected to the precompiled object code.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:02:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817485#M45981</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2011-10-06T10:02:47Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817486#M45982</link>
      <description>There is &lt;A href="http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/"&gt;an article &lt;/A&gt; that covers most of your questions. The Dependency Walker tool can be used on your DLL to see which other DLLs need to be redistributed, if you do not wish to use one of the prebuilt redistributable packages provided by Intel. It is easier to satisfy the legal/licensing requirements if the prebuilt distributions are used.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2011 10:21:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817486#M45982</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-06T10:21:18Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817487#M45983</link>
      <description>Thanks. From the POV of making installing an application on a foreign machine easy, the article is not reassuring. What with the various possibilities of win32/win64-bit applications and 32-bit and 64-bit platforms and the need to match redistributable to compiling platform, it all looks pretty daunting.&lt;BR /&gt;&lt;BR /&gt;First of all, since my .DLL is a Win32-bit DLL, I assume it will not work on a WIn64-bit platform. Am I restricted to 32-bit platforms?&lt;BR /&gt;&lt;BR /&gt;Lets suppose I want to copy my .DLL to the third-party's applications directory where it is needed to be accessed. Let's also suppose that the computer does not have any version of Visual Studio or its C++ compiler installed.&lt;BR /&gt;&lt;BR /&gt;If I create a 32-bit version using my present IVF composer XE 2011.5.221 installed into VS2005 Pro version 8.0.50727 with service pack 1 running on my win32 MS XP Pro platform, it appears from the article that I will need to install a distribution pack &lt;SPAN style="text-decoration: underline;"&gt;&lt;B&gt;specifically tailored&lt;/B&gt;&lt;/SPAN&gt; to that combination &lt;SPAN style="text-decoration: underline;"&gt;PLUS &lt;/SPAN&gt;all the MS C++ libraries as installed with VS2005. Is that correct? &lt;BR /&gt;&lt;BR /&gt;Do the redistributable packages differ for Win32 and Win64 applications?&lt;BR /&gt;&lt;BR /&gt;What if the target machine has a different version of Visual Studio + MS C++ installed on it? Would copying over/installation of the redistributable stuff for another version of VS not cause compatibility problems on the target machine?</description>
      <pubDate>Thu, 06 Oct 2011 14:01:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817487#M45983</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2011-10-06T14:01:34Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817488#M45984</link>
      <description>32-bit DLLs will work with a 32-bit application on a 64-bit platform. If your code is all 32-bit and you tell your end-users to build for 32-bit, you don't need to worry about 64-bit. There is only one redistributable installer for both 32-bit and 64-bit. As for MSVC, you should also include the MSVC redistributable for the VC version you used. The way the MSVC redistributables work is that they don't interfere with different versions.&lt;BR /&gt;&lt;BR /&gt;We provide a .msm you can include in your installer, as does Microsoft.</description>
      <pubDate>Thu, 06 Oct 2011 14:13:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817488#M45984</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-10-06T14:13:21Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817489#M45985</link>
      <description>&lt;I&gt;&amp;gt; First of all, since my .DLL is a Win32-bit DLL, I assume it will not 
work on a &lt;BR /&gt;&amp;gt; WIn64-bit platform. Am I restricted to 32-bit platforms?&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;No&lt;/B&gt;. That's the beauty (or curse, depending on your POV) of the AMD64/EM64T architecture. With few exceptions, 32-bit DLLs and 32-bit EXEs will run fine (with almost no execution speed drop) on X86 and X64. With few exceptions, you cannot mix 32-bit and 64-bit objects.&lt;BR /&gt;&lt;BR /&gt;Both Intel and Microsoft make redistributables available. Many commercial applications install the VC redistributables if the PC does not already have them. While this may appear daunting to manage, it works without glitches most of the time. Once in a while, one may run into a need for a specific version of the redistributables, and it can be difficult to hunt down the required obsolete version. However, as a developer all that you have to do is relink your applications with the redistributables library whenever that gets refreshed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; &lt;I&gt;Do the redistributable packages differ for Win32 and Win64 applications?&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Definitely, as to which parts of the redistributables you need to be concerned with. However, if you develop only 32-bit applications, you would be concerned only with the 32-bit components of the redistributables, regardless of whether the development or target machines are running W7-32 or W7-64.&lt;BR /&gt;&lt;BR /&gt;Much of what I wrote may be inapplicable if you are writing device drivers.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2011 14:20:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817489#M45985</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-06T14:20:39Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817490#M45986</link>
      <description>"As for MSVC, you should also include the MSVC redistributable for the VC version you used."&lt;BR /&gt;&lt;BR /&gt;I program only in Fortran. I do not 'use' Visual C++ as such,; only insofar as MS Visual Studio provides links to all the libraries required to run a Win32 application on a Windows platform can I be said to 'use' Visual C++ as I think those libraries were compiled with Visual C++.&lt;BR /&gt;&lt;BR /&gt;Dependency Walker shows that my USERSUB.DLL depends on the following DLL's:&lt;BR /&gt;&lt;BR /&gt;ADVAPI32.DLL&lt;BR /&gt;COMCTL32.DLL&lt;BR /&gt;COMDLG32.DLL&lt;BR /&gt;DFORMD.DLL&lt;BR /&gt;GDI32.DLL&lt;BR /&gt;KERNEL32.DLL&lt;BR /&gt;MSVCRT.DLL&lt;BR /&gt;NTDLL.DLL&lt;BR /&gt;OLE32.DLL&lt;BR /&gt;OLEAUT32.DLL&lt;BR /&gt;RPCRT4.DLL&lt;BR /&gt;SECUR32.DLL&lt;BR /&gt;SHELL32.DLL&lt;BR /&gt;SHLWAPI.DLL&lt;BR /&gt;USER32.DLL&lt;BR /&gt;USERSUB.DLL&lt;BR /&gt;&lt;BR /&gt;from which I detect DFORMD as a CVF DLL and MSVCRT a Visual C++ run-time library, both of which would have to be distributed with my .DLL I think.&lt;BR /&gt;&lt;BR /&gt;I am unfamiliar with RPCRT4.DLL, the rest appear to be standard Windows DLLs. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:08:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817490#M45986</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2011-10-06T15:08:33Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817491#M45987</link>
      <description>Once you complete the porting from CVF to IVF, you should see the dependency on DFORMD replaced by one on LIBIFCOREMD. If you still retain the dependency on DFORMD, that is a sign that you still have some object that was compiled by CVF. If you do not have source code to recompile that object with IVF, that can be troublesome.</description>
      <pubDate>Thu, 06 Oct 2011 15:18:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817491#M45987</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-06T15:18:11Z</dc:date>
    </item>
    <item>
      <title>What redistributables needed?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817492#M45988</link>
      <description>Other than DFORMD, all of those are standard Windows DLLs. On a relink, you will see MSVCRT.DLL go away too, to be replaced by one from the current MSVC version.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:21:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/What-redistributables-needed/m-p/817492#M45988</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-10-06T15:21:15Z</dc:date>
    </item>
  </channel>
</rss>

