<?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>LPC MicrocontrollersのトピックRe: SEGGER EMWIN LATEST RELEASE PROBLEM</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601478#M23373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add the following function to any of your source files (like the file in which you have main)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;void * _emWin_memcpy(void *dst, const void *src, int size)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return memcpy(dst, src, size);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 23:02:52 GMT</pubDate>
    <dc:creator>SundarapandianA</dc:creator>
    <dc:date>2016-10-07T23:02:52Z</dc:date>
    <item>
      <title>SEGGER EMWIN LATEST RELEASE PROBLEM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601476#M23371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the LPC1788 with EMWIN, and use VidualStudio to prototype some of the GUI code. &amp;nbsp;Moving from the 522 EMWIN library to 536 is giving some compiler problems In Microsoft Visual Studio 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To troubleshoot I downloaded the last complete lpc1788 BSP project version 522 from NXP. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/pages/emwin-graphics-library:EMWIN-GRAPHICS-LIBRARY?fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.nxp.com/pages/emwin-graphics-library:EMWIN-GRAPHICS-LIBRARY?fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;emWin Graphics Library|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I compiled and ran the EMWIN demo with no changes. &amp;nbsp;All works well as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then downloaded version&amp;nbsp;&amp;nbsp;536&amp;nbsp;from NXP which supplied the file emwin_x86.lib. &amp;nbsp;No project, just the library. &amp;nbsp; I replaced the &amp;nbsp; GUIx86.lib (522) with emwin_x86.lib (536). &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When compiling I get the following errors:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;1&amp;gt;emWin_x86.lib(FRAMEWIN_Get.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUIDEV_32.OBJ) : error LNK2019: unresolved external symbol _emWin_memcpy referenced in function __DrawBitLine1BPP&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUI_SetAlpha.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUI_Realloc.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUI_ALLOC_AllocInit.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(WM_UserData.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUI__SetText.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUIDEV_8.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUIDEV_16.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GRAPH_DATA_XY.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUI_Alloc.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUIDEV_StaticDevices.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;emWin_x86.lib(GUI_ARRAY.OBJ) : error LNK2001: unresolved external symbol _emWin_memcpy&lt;BR /&gt;1&amp;gt;.\Output\WIN32_MSVC60\Debug/Simulation.exe : fatal error LNK1120: 1 unresolved externals&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also updated header files&amp;nbsp;and copied over the config folder. &amp;nbsp;No change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then worked backwards downloading older versions.&lt;/P&gt;&lt;P&gt;I tested 524 and it works&lt;/P&gt;&lt;P&gt;I tested 530 and it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new 536 version that came after 530 is looking for the external "emWin_memcpy".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what has to be done to make 536 compile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:47:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601476#M23371</guid>
      <dc:creator>J_Borge</dc:creator>
      <dc:date>2016-10-03T18:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: SEGGER EMWIN LATEST RELEASE PROBLEM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601477#M23372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The emWin 536 release library build is broken, we are looking into the cause. The 536 release has been removed from nxp site for now. Will repost when it is fixed.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 18:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601477#M23372</guid>
      <dc:creator>ckphua</dc:creator>
      <dc:date>2016-10-07T18:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: SEGGER EMWIN LATEST RELEASE PROBLEM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601478#M23373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add the following function to any of your source files (like the file in which you have main)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;void * _emWin_memcpy(void *dst, const void *src, int size)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return memcpy(dst, src, size);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 23:02:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601478#M23373</guid>
      <dc:creator>SundarapandianA</dc:creator>
      <dc:date>2016-10-07T23:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: SEGGER EMWIN LATEST RELEASE PROBLEM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601479#M23374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help. I needed 5.36 after all, and your&amp;nbsp;suggestion helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;void * emWin_memcpy(void *dst, const void *src, int size)&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;{&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return memcpy(dst, src, size);&lt;/P&gt;&lt;P style="color: #51626f; border: 0px;"&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 22:38:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SEGGER-EMWIN-LATEST-RELEASE-PROBLEM/m-p/601479#M23374</guid>
      <dc:creator>J_Borge</dc:creator>
      <dc:date>2016-10-24T22:38:14Z</dc:date>
    </item>
  </channel>
</rss>

