<?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: External dependencies in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869401#M71633</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;No, you didn't do anything wrong. Intel Fortran does not create such a folder in the project. You can create your own and add files to it.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Oct 2008 23:16:25 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2008-10-11T23:16:25Z</dc:date>
    <item>
      <title>External dependencies</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869400#M71632</link>
      <description>&lt;P&gt;I just upgraded from CVF to intel visual fortran. The project compiles and runs after some minor changes.&lt;/P&gt;
&lt;P&gt;One problem I noticed is that there is no "external dependencies" folder for each project in solution explorer. In visual studio 6, I can quickly find a include files like *.i and *.fi files in "external dependencies" folder. I added *.i to Fotran File Extensions, but it makes no difference. The head files folder is also empty. Did i do something wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2008 23:24:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869400#M71632</guid>
      <dc:creator>tie_fang</dc:creator>
      <dc:date>2008-10-10T23:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: External dependencies</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869401#M71633</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;No, you didn't do anything wrong. Intel Fortran does not create such a folder in the project. You can create your own and add files to it.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2008 23:16:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869401#M71633</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-11T23:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: External dependencies</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869402#M71634</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Isn't there a way (or macro) to do this automatically? I've lots of ressource files which are included in one main ressource file (which is generated by a program) because only one ressource file can be added to the project. Now I'm looking for a quick way to edit these files in VS (like in CVF where the files resides in "external dependencies").&lt;/P&gt;
&lt;P&gt;The next problem is that no fd file is created after changing such an included ressource file. Does someone know an easy way to call the needed deftofd automatically for such an includes resource file?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2008 07:18:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869402#M71634</guid>
      <dc:creator>rwg</dc:creator>
      <dc:date>2008-10-14T07:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: External dependencies</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869403#M71635</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Depending on how you created your project, deftofd should be called automatically. If not, you need to add a build action as described in the documentation.&lt;/P&gt;
&lt;OL&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;When you save your resource file for the first time, the  resource editor also creates a Resource.h file. This file is included by the .RC  file. To create the Fortran equivalent of this file (resource.fd), do the  following:&lt;/SPAN&gt; &lt;OL style="list-style-type: lower-alpha;" type="a"&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;Add Resource.h to your project using &lt;/SPAN&gt;&lt;SPAN class="hcp2"&gt;File&amp;gt;Add Existing Item...&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;/LI&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;Select the Resource.h file in the Solution View and the  select &lt;/SPAN&gt;&lt;SPAN class="hcp2"&gt;View&amp;gt;Property Pages &lt;/SPAN&gt;&lt;SPAN&gt;from the main  menu bar.&lt;/SPAN&gt; &lt;/LI&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;Set the Command Line option to use the &lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;deftofd&lt;/SPAN&gt; tool by entering: &lt;/SPAN&gt;&lt;SPAN class="Code"&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;deftofd&lt;/SPAN&gt; resource.h resource.fd&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;(For more  information on the &lt;SPAN style="background-color: #0a246a; color: #ffffff;"&gt;deftofd&lt;/SPAN&gt; tool, see &lt;/SPAN&gt;The  Include (.FD and .H) Files.) &lt;/LI&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;Set the Description option to &lt;/SPAN&gt;&lt;SPAN&gt;Generating  Fortran include file...&lt;/SPAN&gt; &lt;/LI&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;Set the Outputs option to &lt;/SPAN&gt;&lt;SPAN class="Code"&gt;resource.fd&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;/LI&gt;
&lt;LI class="kadov-p"&gt;&lt;SPAN&gt;Click &lt;/SPAN&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;/LI&gt;
&lt;/OL&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:41:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/External-dependencies/m-p/869403#M71635</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-14T13:41:32Z</dc:date>
    </item>
  </channel>
</rss>

