<?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 You don't have to do this - in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154238#M141012</link>
    <description>&lt;P&gt;You don't have to do this - VS2012 and later will properly handle VS2010 solutions with no ill effects.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 17:16:19 GMT</pubDate>
    <dc:creator>Steve_Lionel</dc:creator>
    <dc:date>2018-03-15T17:16:19Z</dc:date>
    <item>
      <title>Migrating a project from an older version of Intel Visual Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154234#M141008</link>
      <description>&lt;P&gt;I am migrating a large solution from an older version of Intel Fortran. The old solution file contained the following:&lt;/P&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Microsoft Visual Studio Solution File, Format Version 12.00&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;# Visual Studio 2014&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;The old project file contained the following:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

	&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;lt;VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{5981CACF-B133-49CD-A4B1-FB8BD7983C3F}"&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;I currently have Visual Studio 2015 installed alongside Parallel Studio 2016. I'd like to migrate the above mentioned files to this new setup. After making a dummy project on the new GUI to see what the reference header is for the new system, I changed the solution header to :&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Microsoft Visual Studio Solution File, Format Version 12.00&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

	&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;# Visual Studio 14&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;I tried changing the project header to:&lt;/DIV&gt;

	&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

	&lt;DIV&gt;
		&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

		&lt;DIV&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;lt;VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="16.0" ProjectIdGuid="{5981CACF-B133-49CD-A4B1-FB8BD7983C3F}"&amp;gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;

		&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

		&lt;DIV&gt;But this gave me an error. When I changed it back to&lt;STRONG&gt; Version="11.0"&lt;/STRONG&gt; it worked.&lt;/DIV&gt;

		&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

		&lt;DIV&gt;It seems incorrect that Fortran 2016 should show Version="11.0" in the project file header. Am I doing this correctly? Also the compilation procedure was extremely slow, but that might be a question for another thread.&lt;/DIV&gt;

		&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

		&lt;DIV&gt;Please let me know if I am doing anything wrong, and whether or not I can fix it.&lt;/DIV&gt;

		&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

		&lt;DIV&gt;Thanks!!&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Mar 2018 15:50:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154234#M141008</guid>
      <dc:creator>awa5114</dc:creator>
      <dc:date>2018-03-15T15:50:30Z</dc:date>
    </item>
    <item>
      <title>My header for VS 2015 (update</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154235#M141009</link>
      <description>&lt;P&gt;My header for VS 2015 (update 3) solution files says:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1&lt;/PRE&gt;

&lt;P&gt;Adding VisualStudioVersion/MinimumVisualStudioVersion might help in your case. However, why don't you let VS do this. Isn't it asking, when you open an older *.sln?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 16:02:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154235#M141009</guid>
      <dc:creator>Johannes_Rieke</dc:creator>
      <dc:date>2018-03-15T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Yes you're right it is Visual</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154236#M141010</link>
      <description>&lt;P&gt;Yes you're right it is Visual Studio 14. I just re-edited my initial post&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 16:07:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154236#M141010</guid>
      <dc:creator>awa5114</dc:creator>
      <dc:date>2018-03-15T16:07:17Z</dc:date>
    </item>
    <item>
      <title>Tested it, VS 2010 *.sln are</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154237#M141011</link>
      <description>&lt;P&gt;Tested it, VS 2010 *.sln are not converted automatically by VS 2015. But, if click on the solution in the tree (solution explorer in VS 2015) and File-&amp;gt;Save "My_Solution.sln" As... the new saved solution has the current header.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 16:08:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154237#M141011</guid>
      <dc:creator>Johannes_Rieke</dc:creator>
      <dc:date>2018-03-15T16:08:46Z</dc:date>
    </item>
    <item>
      <title>You don't have to do this -</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154238#M141012</link>
      <description>&lt;P&gt;You don't have to do this - VS2012 and later will properly handle VS2010 solutions with no ill effects.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:16:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154238#M141012</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-03-15T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Yes but will it compile with</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154239#M141013</link>
      <description>&lt;P&gt;Yes but will it compile with the current Intel Fortran version? That's the question.&lt;/P&gt;

&lt;P&gt;I just tried opening the project without touching the .sln and .vfproj files and it compiles fine (albeit slower than with the earlier version we had).&amp;nbsp; So like you said there appears to be some back-compatibility. I then saved the new solution to see if the .vfproj file was modified to reflect the new fortran version, but it was not. It still shows&lt;/P&gt;

&lt;P&gt;Version = '11.0'&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Although during the compilation the standard output shows:&lt;/P&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;2&amp;gt;Writing VERSION:1,&lt;SPAN style="white-space:pre"&gt; &lt;/SPAN&gt;lang:0x409,&lt;SPAN style="white-space:pre"&gt; &lt;/SPAN&gt;size 556&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&lt;SPAN style="font-size: 13.008px;"&gt;2&amp;gt;Compiling with Intel(R) Visual Fortran Compiler 16.0 [Intel(R) 64]...&lt;/SPAN&gt;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Do you see my confusion here? I'm a bit annoyed that, although it appears to be compiling with the right compiler, that's not reflected in the vfproj file, which makes me wonder ..&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 Mar 2018 07:37:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154239#M141013</guid>
      <dc:creator>awa5114</dc:creator>
      <dc:date>2018-03-16T07:37:40Z</dc:date>
    </item>
    <item>
      <title>The version of the compiler</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154240#M141014</link>
      <description>&lt;P&gt;The version of the compiler used is independent of the Visual Studio solution version. Go to Tools &amp;gt; Options &amp;gt; Intel Compilers and Tools &amp;gt; Visual Fortran &amp;gt; Compilers. Make sure that "Selected compiler" says "Latest".&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:55:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154240#M141014</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-03-16T13:55:48Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154241#M141015</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am trying to migrate from Compaq Visual Fortran to Intel Visual Fortran. I have attached my steps that I have taken based on both software. I cannot compile my program using Intel Visual Program.&lt;/P&gt;

&lt;P&gt;Any Suggestion - see attached file for the steps......&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 00:58:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154241#M141015</guid>
      <dc:creator>Naraghi__Mohammad</dc:creator>
      <dc:date>2018-08-15T00:58:48Z</dc:date>
    </item>
    <item>
      <title>You must create a project (in</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154242#M141016</link>
      <description>&lt;P&gt;You must create a project (in a solution) first. You can't just open a Fortran source and build it into an executable.&lt;/P&gt;

&lt;P&gt;A simple way is to select File &amp;gt; New &amp;gt; Fortran Project from Existing Code, then follow the prompts.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Migrating-a-project-from-an-older-version-of-Intel-Visual/m-p/1154242#M141016</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-08-15T16:28:05Z</dc:date>
    </item>
  </channel>
</rss>

