<?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 Re: Linking .NET C++ and CVF v6.6 static library in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835203#M54567</link>
    <description>Steve - sorry to be a pain... I built the fortran only .lib file in release mode using Multi-threaded DLL as the setting for Libraries on the Fortran tab. I then changed the .NET debug configuration to use this release version of the fortran .lib file. The .NET linker said it couldn't find DFORMD.LIB. I then changed the runtime setting for C++ code generation on the C++ folder (i.e., tab) to Multi-threaded DLL (from Multi-threaded Debug DLL) and got the same error messsage. Is it possible to build a debug .NET C++ configuration and linking in just the release version of the fortran .LIB file? Jon.</description>
    <pubDate>Tue, 03 Dec 2002 08:55:09 GMT</pubDate>
    <dc:creator>jlea</dc:creator>
    <dc:date>2002-12-03T08:55:09Z</dc:date>
    <item>
      <title>Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835198#M54562</link>
      <description>I built a win32 static library (debug multi-threaded selected in the Libraries option) using CVF v6.6 with only fortran. I then used that library (Fort_lib.lib) as input to a .NET C++ project. The linker complains that it wants to find dformdd.lib. I thought that once I built Fort_lib.lib that I could use it in other C++ projects without having to worry about any additional fortran libraries, i.e., dformd.lib.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Jon.</description>
      <pubDate>Thu, 28 Nov 2002 02:13:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835198#M54562</guid>
      <dc:creator>jlea</dc:creator>
      <dc:date>2002-11-28T02:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835199#M54563</link>
      <description>No - the .lib has outstanding external references.  Add the DF98LIB folder to the list of library folders for the linker in the .NET IDE.  Note that dformdd.lib is a multithreaded, debug library, so you need to use the same settings in C++.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 28 Nov 2002 04:53:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835199#M54563</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-11-28T04:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835200#M54564</link>
      <description>Thanks Steve for the clarification. After doing a little more research and several links, we had figured this was probably the case. So this means that if we want to build a fortran library using VS 6.0/CVF v6.6 and give to our .NET guys to link against in our multilanguage apps, we also need to give them dformdd.lib? Jon.</description>
      <pubDate>Tue, 03 Dec 2002 00:09:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835200#M54564</guid>
      <dc:creator>jlea</dc:creator>
      <dc:date>2002-12-03T00:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835201#M54565</link>
      <description>Well..&lt;BR /&gt;&lt;BR /&gt;First of all, none of the CVF libraries are redistributable, so if whomever you give your .LIB to doesn't already have the CVF libraries, you aren't allowed to give them the libraries.  This is not peculiar to .NET issues - it's always been this way.&lt;BR /&gt;&lt;BR /&gt;If you are distributing libraries, you're better off to do so as a release configuration and with the Libraries option set to link against the DLL form of the libraries (multithread DLL in your case).  Whomever you give your code to will have to do the same, and you can distribute DFORMD.DLL&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 03 Dec 2002 00:42:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835201#M54565</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-12-03T00:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835202#M54566</link>
      <description>Thanks again for the clarification - I think it is becoming clearer. Jon.</description>
      <pubDate>Tue, 03 Dec 2002 07:58:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835202#M54566</guid>
      <dc:creator>jlea</dc:creator>
      <dc:date>2002-12-03T07:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835203#M54567</link>
      <description>Steve - sorry to be a pain... I built the fortran only .lib file in release mode using Multi-threaded DLL as the setting for Libraries on the Fortran tab. I then changed the .NET debug configuration to use this release version of the fortran .lib file. The .NET linker said it couldn't find DFORMD.LIB. I then changed the runtime setting for C++ code generation on the C++ folder (i.e., tab) to Multi-threaded DLL (from Multi-threaded Debug DLL) and got the same error messsage. Is it possible to build a debug .NET C++ configuration and linking in just the release version of the fortran .LIB file? Jon.</description>
      <pubDate>Tue, 03 Dec 2002 08:55:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835203#M54567</guid>
      <dc:creator>jlea</dc:creator>
      <dc:date>2002-12-03T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linking .NET C++ and CVF v6.6 static library</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835204#M54568</link>
      <description>By default, VC.NET has no idea where the CVF libraries are, so you would add the ..DF98LIB folder to the list of directories to be searched by the linker, or perhaps manually add the appropriate .LIB directly to your project.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 03 Dec 2002 09:21:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Linking-NET-C-and-CVF-v6-6-static-library/m-p/835204#M54568</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-12-03T09:21:29Z</dc:date>
    </item>
  </channel>
</rss>

