<?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: Using Fortran code with an MFC AppWizard(exe), in Visual C  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844365#M62334</link>
    <description>How do I go about building with the /thread switch?&lt;BR /&gt;I normally just hit the build button, I don't know how to do it from a command line as it sounds like you are describing.</description>
    <pubDate>Thu, 13 Jun 2002 21:19:43 GMT</pubDate>
    <dc:creator>john8103</dc:creator>
    <dc:date>2002-06-13T21:19:43Z</dc:date>
    <item>
      <title>Using Fortran code with an MFC AppWizard(exe), in Visual C   6</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844363#M62332</link>
      <description>I am using Visual C   6.  I made a Dialog based project by choosing MFC AppWizard(exe).  I added some simple fortan subroutine in there, and declared it in my main C   file (test1.cpp) with&lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;extern "C" {&lt;BR /&gt;     void __stdcall FORTEST(void); &lt;BR /&gt;    }&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;and called it with&lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;FORTEST(); &lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;And I came up with all of these linking errors, with various commands, like "_exit", already defined ( I attached an MS Word file of the error list).  So it must have conflicting Fortran and C   libraries I assume.  &lt;BR /&gt;In the past, when I created an empty Win32 Console Application, I was able to call fortran subroutines without a problem, but now that I'm trying to do the MFC AppWizard thing, it doesn't work.&lt;BR /&gt;Can someone please help me figure this out?</description>
      <pubDate>Thu, 13 Jun 2002 04:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844363#M62332</guid>
      <dc:creator>john8103</dc:creator>
      <dc:date>2002-06-13T04:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fortran code with an MFC AppWizard(exe), in Visual C</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844364#M62333</link>
      <description>Try building your Fortran routine with the /threads switch.&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Thu, 13 Jun 2002 05:10:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844364#M62333</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-06-13T05:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fortran code with an MFC AppWizard(exe), in Visual C</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844365#M62334</link>
      <description>How do I go about building with the /thread switch?&lt;BR /&gt;I normally just hit the build button, I don't know how to do it from a command line as it sounds like you are describing.</description>
      <pubDate>Thu, 13 Jun 2002 21:19:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844365#M62334</guid>
      <dc:creator>john8103</dc:creator>
      <dc:date>2002-06-13T21:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fortran code with an MFC AppWizard(exe), in Visual C</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844366#M62335</link>
      <description>Project..Settings..Fortran..Libraries..Reentrancy Support..Threaded. (This is for 6.6 - earlier versions had a checkbox for this.)&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 13 Jun 2002 21:34:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844366#M62335</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-06-13T21:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fortran code with an MFC AppWizard(exe), in Visual C</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844367#M62336</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/404163"&gt;james@elementyl.com&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;Try building your Fortran routine with the /threads switch.&lt;BR /&gt;&lt;BR /&gt;James &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;john8103, I have the same problem. How can I contact you?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Aug 2009 12:57:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Using-Fortran-code-with-an-MFC-AppWizard-exe-in-Visual-C-6/m-p/844367#M62336</guid>
      <dc:creator>maskaseb</dc:creator>
      <dc:date>2009-08-06T12:57:07Z</dc:date>
    </item>
  </channel>
</rss>

