<?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: Trouble Linking in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889925#M77945</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/408992"&gt;sarma_amras&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;May I know how are you creating the projects.&lt;/P&gt;
&lt;P&gt;Under the same solution or as separate solutions.&lt;/P&gt;
&lt;P&gt;My suggestion is to create seperate solutions for C &amp;amp; Fortran project and then enter the Additional Dependencies correctly.&lt;/P&gt;
&lt;P&gt;It should be simple.&lt;/P&gt;
&lt;P&gt;Also make sure that the Naming of the function should be matching. i.e. either Caps or small in both C &amp;amp; Fortran.&lt;/P&gt;
&lt;P&gt;Else you need to make the changes to the Calling naming convention under Fortran-&amp;gt;External Procedures to lowercase if your C function is in lowercase.&lt;/P&gt;
&lt;P&gt;Hope this will rectify the err.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks for the help. I have worked through many issues, and separating C and Fortran into separate projects was part of it. The C routines I was trying to link never made it into the library.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2008 02:59:07 GMT</pubDate>
    <dc:creator>scrognoid</dc:creator>
    <dc:date>2008-12-10T02:59:07Z</dc:date>
    <item>
      <title>Trouble Linking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889922#M77942</link>
      <description>&lt;P&gt;I am evaluating the latest Intel Fortran Compiler in the VS 2005 IDE. I'm having trouble linking to several sources. I'll start with what I think might be the easiest.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I successfully built compat.lib. I can't link to routine. I tried Project&amp;gt;Properties&amp;gt;Linker&amp;gt;Input&amp;gt;Additional Dependencies. I put in the entire path.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Error 9 error LNK2001: unresolved external symbol _CM_MSLEEP sleep_and_check.obj&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Apparently I should be able to specify a project dependency. I tried right-click Solution 'fft_auto'&amp;gt;Project Dependencies. There is a Depends On box, but I can't enter anything into it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2008 23:18:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889922#M77942</guid>
      <dc:creator>scrognoid</dc:creator>
      <dc:date>2008-12-03T23:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Linking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889923#M77943</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/409025"&gt;scrognoid&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;I am evaluating the latest Intel Fortran Compiler in the VS 2005 IDE. I'm having trouble linking to several sources. I'll start with what I think might be the easiest.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I successfully built compat.lib. I can't link to routine. I tried Project&amp;gt;Properties&amp;gt;Linker&amp;gt;Input&amp;gt;Additional Dependencies. I put in the entire path.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Error 9 error LNK2001: unresolved external symbol _CM_MSLEEP sleep_and_check.obj&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Apparently I should be able to specify a project dependency. I tried right-click Solution 'fft_auto'&amp;gt;Project Dependencies. There is a Depends On box, but I can't enter anything into it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;May I know how are you creating the projects.&lt;/P&gt;
&lt;P&gt;Under the same solution or as separate solutions.&lt;/P&gt;
&lt;P&gt;My suggestion is to create seperate solutions for C &amp;amp; Fortran project and then enter the Additional Dependencies correctly.&lt;/P&gt;
&lt;P&gt;It should be simple.&lt;/P&gt;
&lt;P&gt;Also make sure that the Naming of the function should be matching. i.e. either Caps or small in both C &amp;amp; Fortran.&lt;/P&gt;
&lt;P&gt;Else you need to make the changes to the Calling naming convention under Fortran-&amp;gt;External Procedures to lowercase if your C function is in lowercase.&lt;/P&gt;
&lt;P&gt;Hope this will rectify the err.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2008 11:22:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889923#M77943</guid>
      <dc:creator>sarma_amras</dc:creator>
      <dc:date>2008-12-06T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Linking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889924#M77944</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/408992"&gt;sarma_amras&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Under the same solution or as separate solutions.&lt;/P&gt;
&lt;P&gt;My suggestion is to create seperate solutions for C &amp;amp; Fortran project and then enter the Additional Dependencies correctly.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;You meant "projects" rather than "solution", because a solution is a collection of projects.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2008 12:00:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889924#M77944</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2008-12-08T12:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Linking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889925#M77945</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/408992"&gt;sarma_amras&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;May I know how are you creating the projects.&lt;/P&gt;
&lt;P&gt;Under the same solution or as separate solutions.&lt;/P&gt;
&lt;P&gt;My suggestion is to create seperate solutions for C &amp;amp; Fortran project and then enter the Additional Dependencies correctly.&lt;/P&gt;
&lt;P&gt;It should be simple.&lt;/P&gt;
&lt;P&gt;Also make sure that the Naming of the function should be matching. i.e. either Caps or small in both C &amp;amp; Fortran.&lt;/P&gt;
&lt;P&gt;Else you need to make the changes to the Calling naming convention under Fortran-&amp;gt;External Procedures to lowercase if your C function is in lowercase.&lt;/P&gt;
&lt;P&gt;Hope this will rectify the err.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks for the help. I have worked through many issues, and separating C and Fortran into separate projects was part of it. The C routines I was trying to link never made it into the library.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2008 02:59:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Trouble-Linking/m-p/889925#M77945</guid>
      <dc:creator>scrognoid</dc:creator>
      <dc:date>2008-12-10T02:59:07Z</dc:date>
    </item>
  </channel>
</rss>

