<?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>Kinetis Design Studio中的主题 Re: Code sharing between projects</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353463#M1433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure your folders with the header files are listed in the Includes settings of the project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50476i46DD0D670E33ECE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If using C++, make sure you add them as well under the C++ compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can copy/paste items in Eclipse, see &lt;A href="http://mcuoneclipse.com/2014/12/23/adding-multiple-include-paths-to-build-settings-in-eclipse/" title="http://mcuoneclipse.com/2014/12/23/adding-multiple-include-paths-to-build-settings-in-eclipse/"&gt;Adding Multiple Include Paths to Build Settings in Eclipse | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 09:01:17 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2015-02-13T09:01:17Z</dc:date>
    <item>
      <title>Code sharing between projects</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353460#M1430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a code which parts will be reused in other projects.&lt;/P&gt;&lt;P&gt;The question is: what is a good practice for code sharing (like libraries -&amp;gt; c+h files)?&lt;/P&gt;&lt;P&gt;I develop now a library which I'd like to include in other project. If new stable version is available I need to recompile other project to see the changes.&lt;/P&gt;&lt;P&gt;Shall I use some separate folder and just change a paths in #includes, or there is some other way?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your comments!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 21:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353460#M1430</guid>
      <dc:creator>ky3orr</dc:creator>
      <dc:date>2015-02-05T21:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Code sharing between projects</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353461#M1431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use link source file to share file for several project, see attached video&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 05:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353461#M1431</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-02-06T05:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code sharing between projects</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353462#M1432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the proper way of including such files into project code?&lt;/P&gt;&lt;P&gt;I've tried #include "source_folder/header_file.h" but KDS says: Unresolved inclusion + No such file or directory.&lt;/P&gt;&lt;P&gt;If I try only #include "header_file.h" I can access it when use Open Declaration but during building KDS says: No such file or directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 01:25:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353462#M1432</guid>
      <dc:creator>ky3orr</dc:creator>
      <dc:date>2015-02-13T01:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code sharing between projects</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353463#M1433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure your folders with the header files are listed in the Includes settings of the project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50476i46DD0D670E33ECE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If using C++, make sure you add them as well under the C++ compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can copy/paste items in Eclipse, see &lt;A href="http://mcuoneclipse.com/2014/12/23/adding-multiple-include-paths-to-build-settings-in-eclipse/" title="http://mcuoneclipse.com/2014/12/23/adding-multiple-include-paths-to-build-settings-in-eclipse/"&gt;Adding Multiple Include Paths to Build Settings in Eclipse | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:01:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Code-sharing-between-projects/m-p/353463#M1433</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-02-13T09:01:17Z</dc:date>
    </item>
  </channel>
</rss>

