<?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 How do I make a new project from Existing source files? in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817495#M45991</link>
    <description>Visual Studio has behaved this way since VS2008 - and I don't care for it either. You can create the project as empty and then add existing files to the project (right click on the project, select Add &amp;gt; Existing). Browse to where the files are, select them and click Ok. You can select multiple files.&lt;BR /&gt;&lt;BR /&gt;Or you can rename the existing directory, create a new solution/project folder with the old name, then move the source files back to the newly created folder.&lt;BR /&gt;&lt;BR /&gt;As for the build successful - it was. There were no errors since it didn't do anything.</description>
    <pubDate>Thu, 02 Feb 2012 00:03:42 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2012-02-02T00:03:42Z</dc:date>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817493#M45989</link>
      <description>I wanted to make a project from scratch, but the source files are already sitting in a folder.&lt;BR /&gt;&lt;BR /&gt;Apparently I can't put the project back in the same folder I had before. It wants to create an entirely new folder. I have to call it "console1," or something that has no relevance.&lt;BR /&gt;&lt;BR /&gt;Wasn't there a way to do that before? Why did they stop that option?&lt;BR /&gt;&lt;BR /&gt;The problem with putting it in a new folder, is that INCLUDE, OUTPUT, and INPUT files are in a different place, which makes it more difficult to work with.&lt;BR /&gt;&lt;BR /&gt;Why can't this be a simple and easy process?&lt;BR /&gt;&lt;BR /&gt;Is there an article about this somewhere?</description>
      <pubDate>Wed, 01 Feb 2012 22:17:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817493#M45989</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2012-02-01T22:17:28Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817494#M45990</link>
      <description>Also, when I put the files into a new solution space, it does not give me a way to make a project from them.&lt;BR /&gt;It shows them in a solution, but there is no way to copy those into a new project.&lt;BR /&gt;And it won't compile them either- - it says "rebuild successful," but did not compile anything.&lt;BR /&gt;&lt;BR /&gt;Why would it say that if it didn't do anyhting?</description>
      <pubDate>Wed, 01 Feb 2012 22:22:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817494#M45990</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2012-02-01T22:22:55Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817495#M45991</link>
      <description>Visual Studio has behaved this way since VS2008 - and I don't care for it either. You can create the project as empty and then add existing files to the project (right click on the project, select Add &amp;gt; Existing). Browse to where the files are, select them and click Ok. You can select multiple files.&lt;BR /&gt;&lt;BR /&gt;Or you can rename the existing directory, create a new solution/project folder with the old name, then move the source files back to the newly created folder.&lt;BR /&gt;&lt;BR /&gt;As for the build successful - it was. There were no errors since it didn't do anything.</description>
      <pubDate>Thu, 02 Feb 2012 00:03:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817495#M45991</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-02T00:03:42Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817496#M45992</link>
      <description>Well, if it did something then:&lt;BR /&gt;&lt;BR /&gt;(1) why is there &lt;STRONG&gt;nothing in the build log,&lt;/STRONG&gt; and&lt;BR /&gt;(2) Why does it say &lt;STRONG&gt;"cant find *.exe&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;It never &lt;STRONG&gt;made an EXE&lt;/STRONG&gt;, thats, why - - -&lt;BR /&gt;&lt;BR /&gt;I noticed that all the files are in the &lt;STRONG&gt;solution part,&lt;/STRONG&gt; but there is no way to put any of them in &lt;BR /&gt;any projects.&lt;BR /&gt;&lt;BR /&gt;Furthermore, when I make a NEW project, no matter where, it does not give&lt;BR /&gt;me a way to add any files from anywhere, so I am stuck with an empty project.</description>
      <pubDate>Thu, 02 Feb 2012 00:35:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817496#M45992</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2012-02-02T00:35:46Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817497#M45993</link>
      <description>At this stage it might be a good idea to take a couple of screen shots of your VS window (using the Print screen key with one hand while holding the mouse in place with the other), pasting each in turn into a picture editor and saving them as JPG's and then posting them here.&lt;BR /&gt;&lt;BR /&gt;I attach two examples fro my VS2005 window: the first is a screen shot showing the solution explorer and the second shows what I get when right-clicking the mouse on the project. Clearly you should be able to add files to a project.&lt;BR /&gt;&lt;BR /&gt;To create a new project, just use the File...New project menu item. &lt;BR /&gt;Perhaps post here screen-shots of where you have/get a problem with this.&lt;BR /&gt;&lt;BR /&gt;A picture paints a thousand words, etc.. and would considerably clarify what's happening.</description>
      <pubDate>Thu, 02 Feb 2012 10:45:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817497#M45993</guid>
      <dc:creator>anthonyrichards</dc:creator>
      <dc:date>2012-02-02T10:45:03Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817498#M45994</link>
      <description>I have the same issue re. creating a new project using existing files. To elaborate on your suggested technique--and hopefully confirm my limited understanding of VS--let me comment as follows.&lt;BR /&gt;&lt;BR /&gt;In the first suggestion (create a new empty project and add existing files using VS menu), I note that "adding" the existing files doesn't really move them, it just adds links to them. Thus, the VS Project internal files will be in a new folder and the source code files will remain in the old folder. I find this difficult to manage. Instead, I move (or copy) the source files, WORKING OUTSIDE OF VS, to the new folder; then working inside of VS I add them to the project.&lt;BR /&gt;&lt;BR /&gt;In the second suggestion (rename the existing directory...), when you say "then move the source files back to the newly created folder," I assume you mean to do this by working outside of VS, for the same reason mentioned above. Then, after moving the files into the newly created folder, you still have to work inside of VS to add the files to the project.&lt;BR /&gt;&lt;BR /&gt;At least, this is the way I do it. The lack of documentation on these matters is unfortunate.</description>
      <pubDate>Mon, 06 Feb 2012 17:04:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817498#M45994</guid>
      <dc:creator>dboggs</dc:creator>
      <dc:date>2012-02-06T17:04:26Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817499#M45995</link>
      <description>Unfortunately, they cut corners on the documnetation on a LOT of topics,&lt;BR /&gt;then we have to waste extra time addressing these issues.&lt;BR /&gt;&lt;BR /&gt;And it also wastes INTEL personnel time, beacuse they have to field a lot of&lt;BR /&gt;questions that don't get answered in the documentation.&lt;BR /&gt;&lt;BR /&gt;The fundamental problem is,&lt;BR /&gt;They assume (wrongly) that when you make a new project you are &lt;STRONG&gt;starting from scratch,&lt;/STRONG&gt;&lt;BR /&gt;so the folder has to be a "virgin" folder.</description>
      <pubDate>Mon, 06 Feb 2012 20:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817499#M45995</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2012-02-06T20:12:53Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817500#M45996</link>
      <description>Perhaps I'm mistaken, but I think "create project..." and "create project from existing code" are functions of the Visual Studio IDE, not Intel Visual Fortran.&lt;BR /&gt;&lt;BR /&gt;In any case it makes sense to me to start with a fresh folder. Anything you want to reuse from another project can easily be copied or moved with what ever operating system you're using.&lt;BR /&gt;&lt;BR /&gt;I never noticed the "created project from existing code" before, but its there in VS-2008 that I'm currently using.</description>
      <pubDate>Mon, 06 Feb 2012 22:01:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817500#M45996</guid>
      <dc:creator>John_B__Walter</dc:creator>
      <dc:date>2012-02-06T22:01:03Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817501#M45997</link>
      <description>Create Project From Existing Code is a Visual C++ thing that does not work for Fortran at present.&lt;BR /&gt;&lt;BR /&gt;The real problem here is that, as of VS2005 (or maybe 2008), VS refused to create a project in a folder that already existed. This is not something we can override. But maybe another solution is possible and I will ask the developers about it.&lt;BR /&gt;&lt;BR /&gt;Our documentation does tell you how to create a project and add existing sources to it. But that part hasn't changed in a while and maybe we can add something about the need for a new folder. I will ask.</description>
      <pubDate>Tue, 07 Feb 2012 01:31:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817501#M45997</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-07T01:31:23Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817502#M45998</link>
      <description>One problem re putting the project in a different place than the source files, is that data files and other resources&lt;BR /&gt;are normally put in the same project as the folder. I guess one can navigate around with CHANGEDIRQQ or other&lt;BR /&gt;similar routines.&lt;BR /&gt;&lt;BR /&gt;There is some confusion as to where one should put INCLUDE files. But as long as the project knows how to find them, maybe that isn't such a problem.</description>
      <pubDate>Tue, 07 Feb 2012 05:52:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817502#M45998</guid>
      <dc:creator>WSinc</dc:creator>
      <dc:date>2012-02-07T05:52:50Z</dc:date>
    </item>
    <item>
      <title>How do I make a new project from Existing source files?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817503#M45999</link>
      <description>The compiler will, by default, look for include (and module) files in the same folder as the source file that references them. Then it will follow any "additional INCLUDE directories" specified and folders listed in the INCLUDE system environment variable. (In VS, it will use the Include directories specified in Tools &amp;gt; Options &amp;gt; Intel Visual Fortran &amp;gt; Compilers).&lt;BR /&gt;&lt;BR /&gt;You don't have to have the project and the source files in different places, but when you are first setting up a project when you have existing sources, then you may have a bit of extra work to do one time.</description>
      <pubDate>Tue, 07 Feb 2012 15:07:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-do-I-make-a-new-project-from-Existing-source-files/m-p/817503#M45999</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2012-02-07T15:07:27Z</dc:date>
    </item>
  </channel>
</rss>

