<?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: Beginner: Add sub-folders of source code from one project to another in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595680#M31479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by KG1 on Thu Oct 17 10:08:14 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply. I have completed the copy and paste and in Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings -&amp;gt; MCU C Compiler -&amp;gt; Includes added a new line similar to existing ones "${workspace_loc:/${ProjName}/myInterface}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the new project is a C++ project I also did the same in MCU C++ Compiler -&amp;gt; Includes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this correct or would C++ be sufficient? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:35:32 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:35:32Z</dc:date>
    <item>
      <title>Beginner: Add sub-folders of source code from one project to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595678#M31477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by KG1 on Wed Oct 16 19:29:07 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish to use a sub-fplder of one example project in another project. (transfer of a library? never compiled separately). What is the best way to move and include this source code in another project? Thanks for your help. Kevin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ps I found a link to "Using library projects from your own projects" but it is a broken link. This is what I wish to do: take sub folders from my existing projects and add them to my new project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595678#M31477</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner: Add sub-folders of source code from one project to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595679#M31478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Thu Oct 17 02:25:35 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not clear from your post as to what you actually want to do here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the simple level of just copying the folder from the old to the new project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[list=1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]Right click on folder in the old project in Project Explorer. Select Copy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]Right click on place you want the folder to exist in the new project, and select Paste.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that you may need to edit Include paths in the Project Properties of the new project - depending upon if header files are involved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you are talking about libraries, then information on using library projects can be found at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fcreating-linking-library-projects" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/creating-linking-library-projects&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need more help, please explain in more detail what you are actually trying to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595679#M31478</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner: Add sub-folders of source code from one project to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595680#M31479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by KG1 on Thu Oct 17 10:08:14 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply. I have completed the copy and paste and in Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings -&amp;gt; MCU C Compiler -&amp;gt; Includes added a new line similar to existing ones "${workspace_loc:/${ProjName}/myInterface}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the new project is a C++ project I also did the same in MCU C++ Compiler -&amp;gt; Includes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this correct or would C++ be sufficient? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595680#M31479</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner: Add sub-folders of source code from one project to another</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595681#M31480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Oct 18 01:19:19 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If your project only contains C++ files, then just changing the C++ compiler options should be sufficient. But it is probably better to be safe than sorry and do the C compiler (and potentially the Assembler) too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Beginner-Add-sub-folders-of-source-code-from-one-project-to/m-p/595681#M31480</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:33Z</dc:date>
    </item>
  </channel>
</rss>

