<?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>LPCXpresso IDEのトピックRe: emWin + Redlib + C++</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584524#M26322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by n6hpa on Wed Mar 05 22:57:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I already tried and it didn't work. It compiles and links but it crashes on boot up. Once I get a debugger I'll be able to figure out where it's crashing but it is definitely crashing somewhere in the emWin function calls. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:45:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:45:57Z</dc:date>
    <item>
      <title>emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584522#M26320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by n6hpa on Wed Mar 05 01:03:38 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I posted this in the microprocessor forum for the 1788 but I think that was the wrong spot...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to start a C++ project that uses emWin, and I see that all of the binaries distributed by NXP for LPCXpresso use redlib which does not work with C++ projects. Is it possible to get the NXP provided libraries to work in C++ or do I need to go to SEGGER directly for support?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For background I'm using the EA OEM kit for the 1788 with the 320x240 LCD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584522#M26320</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584523#M26321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Wed Mar 05 01:30:46 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Redlib and Newlib are just C libraries - as defined by the standard. I can't see how emWin (which works on a large number of tools from different vendors) can be dependent on a particular C library from NXP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not try it, and if you find a problem, post to the forum. I am sure somebody will help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584523#M26321</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584524#M26322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by n6hpa on Wed Mar 05 22:57:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I already tried and it didn't work. It compiles and links but it crashes on boot up. Once I get a debugger I'll be able to figure out where it's crashing but it is definitely crashing somewhere in the emWin function calls. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584524#M26322</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584525#M26323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Mar 06 04:35:28 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So you have no idea why it is crashing, so you immediately jump to the conclusion that the problem lies in the C/C++ library?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get yourself a debug probe (LPC-Link2 costs $20), and join the rest of us in the 20th century by debugging your application... (yes, 20th, not 21st). You'll save yourself and everybody else a lot of time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:45:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584525#M26323</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584526#M26324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by n6hpa on Thu Mar 06 04:55:40 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason that I "jumped" to the conclusion that the problem was the library is that the redlib documentation explicitly states that it is not compatible with C++, but I have not found out why.&amp;nbsp; I didn't realize that my OEM board didn't come with debug functionality, so I ordered my debug probe last week and it hasn't arrived yet.&amp;nbsp; Clearly it takes time to get a productive answer on this forum (hint hint I haven't got one yet) so why does it hurt to ask the question now?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you should join the rest of us in any century by being a decent human being and only respond to forum posts if you have meaningful input.&amp;nbsp; You could also try joining the average 5 year old and READ my previous response where I indicated that I have already determined that the emWin function calls are crashing and I won't know more details until my debugger arrives.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:45:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584526#M26324</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584527#M26325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by n6hpa on Thu Mar 06 05:07:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;To further clarify, I am primarily interested in the following possible responses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A: "Someone has successfully developed a C++ application using emWin and linking the libemWin_522_LPCXpresso510_M3_LE_Redlib_d5.a library"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B: "I know for a fact that A is impossible because of X"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:45:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584527#M26325</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: emWin + Redlib + C++</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584528#M26326</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 Mar 06 07:34:10 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: n6hpa&lt;/STRONG&gt;&lt;BR /&gt;….. redlib documentation explicitly states that it is not compatible with C++, but I have not found out why. &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Redlib is an implementation of the C90 standard C library (with some C99 extensions). It does not implement C++ library functionality. To get C++ library functionality, you therefore need to link against Newlib.&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%2Fredlib-and-newlib" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/redlib-and-newlib&lt;/A&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/emWin-Redlib-C/m-p/584528#M26326</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:46:00Z</dc:date>
    </item>
  </channel>
</rss>

