<?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 Linking problems VC++ and CVF in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Linking-problems-VC-and-CVF/m-p/983915#M26708</link>
    <description>Hi, &lt;BR /&gt;I'm calling a CVF subroutine from VC++ and getting the following link errors. &lt;BR /&gt;Thanks for any help. &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;
Linking... 
libcd.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(crt0dat.obj) : error LNK2005: __exit already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(dbgheap.obj) : error LNK2005: _malloc already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(dbgheap.obj) : error LNK2005: _realloc already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(dbgheap.obj) : error LNK2005: _free already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(xtoa.obj) : error LNK2005: __ltoa already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(winsig.obj) : error LNK2005: _signal already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(strchr.obj) : error LNK2005: _strchr already defined in msvcrtd.lib(MSVCRTD.dll) 
msvcrtd.lib(MSVCRTD.dll) : error LNK2005: __setmbcp already defined in libcd.lib(mbctype.obj) 
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library 
LINK : warning LNK4098: defaultlib "libcd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library 
dfor.lib(DFORMAIN.OBJ) : error LNK2001: unresolved external symbol _MAIN__ 
Debug/Interpret.exe : fatal error LNK1120: 1 unresolved externals 
Error executing link.exe. 
 
Interpret.exe - 16 error(s), 2 warning(s)
&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Feb 2002 09:39:41 GMT</pubDate>
    <dc:creator>mrjensen</dc:creator>
    <dc:date>2002-02-13T09:39:41Z</dc:date>
    <item>
      <title>Linking problems VC++ and CVF</title>
      <link>https://community.intel.com/t5/Software-Archive/Linking-problems-VC-and-CVF/m-p/983915#M26708</link>
      <description>Hi, &lt;BR /&gt;I'm calling a CVF subroutine from VC++ and getting the following link errors. &lt;BR /&gt;Thanks for any help. &lt;BR /&gt; &lt;BR /&gt;&lt;PRE&gt;
Linking... 
libcd.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(crt0dat.obj) : error LNK2005: __exit already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(dbgheap.obj) : error LNK2005: _malloc already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(dbgheap.obj) : error LNK2005: _realloc already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(dbgheap.obj) : error LNK2005: _free already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in msvcrtd.lib(cinitexe.obj) 
libcd.lib(xtoa.obj) : error LNK2005: __ltoa already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(winsig.obj) : error LNK2005: _signal already defined in msvcrtd.lib(MSVCRTD.dll) 
libcd.lib(strchr.obj) : error LNK2005: _strchr already defined in msvcrtd.lib(MSVCRTD.dll) 
msvcrtd.lib(MSVCRTD.dll) : error LNK2005: __setmbcp already defined in libcd.lib(mbctype.obj) 
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library 
LINK : warning LNK4098: defaultlib "libcd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library 
dfor.lib(DFORMAIN.OBJ) : error LNK2001: unresolved external symbol _MAIN__ 
Debug/Interpret.exe : fatal error LNK1120: 1 unresolved externals 
Error executing link.exe. 
 
Interpret.exe - 16 error(s), 2 warning(s)
&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2002 09:39:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Linking-problems-VC-and-CVF/m-p/983915#M26708</guid>
      <dc:creator>mrjensen</dc:creator>
      <dc:date>2002-02-13T09:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Linking problems VC++ and CVF</title>
      <link>https://community.intel.com/t5/Software-Archive/Linking-problems-VC-and-CVF/m-p/983916#M26709</link>
      <description>You have the dreaded MCLS (Multiple C Library Syndrome).  We've had two articles on this in the Visual Fortran Newsletter.  The first is &lt;A href="http://www.compaq.com/fortran/visual/vfn06/index.html#MCLS"&gt;here&lt;/A&gt;, but it was updated in Issue 10 (available to registered users only at the moment) for 6.6.  If you &lt;A href="http://www.compaq.com/fortran/register"&gt;register&lt;/A&gt;, you'll get a copy.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 14 Feb 2002 01:24:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Linking-problems-VC-and-CVF/m-p/983916#M26709</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-02-14T01:24:23Z</dc:date>
    </item>
  </channel>
</rss>

