<?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 can I load the GUI Builder project  on the IAR embedded wokbench in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-load-the-GUI-Builder-project-on-the-IAR-embedded/m-p/522451#M5087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by halitkaya60 on Thu Jul 25 03:52:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on a FDI uEZ GUI-1788-70WVT. I try to make an basic elevator system menü. I use the GUI builder for Grafic desing and it give ve C source code. How can I load this file IAR Embedded Workbench 6.50&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:55:14 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:55:14Z</dc:date>
    <item>
      <title>How can I load the GUI Builder project  on the IAR embedded wokbench</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-load-the-GUI-Builder-project-on-the-IAR-embedded/m-p/522451#M5087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by halitkaya60 on Thu Jul 25 03:52:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on a FDI uEZ GUI-1788-70WVT. I try to make an basic elevator system menü. I use the GUI builder for Grafic desing and it give ve C source code. How can I load this file IAR Embedded Workbench 6.50&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-load-the-GUI-Builder-project-on-the-IAR-embedded/m-p/522451#M5087</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I load the GUI Builder project  on the IAR embedded wokbench</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-load-the-GUI-Builder-project-on-the-IAR-embedded/m-p/522452#M5088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Fri Jul 26 04:35:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not really sure with uEZ, but it should be similar to the way to do it in emWin:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Download the BSP, open the IAR project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Remove the current active GUI application from the BSP project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Add the .c file from the GUI Builder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Probably you will need to add the GUI entry point to the generated .c file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
void MainTask(void);
void MainTask(void) {

&amp;nbsp; GUI_Init();
&amp;nbsp; GUI_CURSOR_Show();
&amp;nbsp; #if GUI_SUPPORT_MEMDEV
&amp;nbsp;&amp;nbsp;&amp;nbsp; WM_SetCreateFlags(WM_CF_MEMDEV);
&amp;nbsp; #endif
&amp;nbsp; CreateFramewin();
&amp;nbsp; while (1) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; GUI_Delay(10);
&amp;nbsp; }
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:55:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-load-the-GUI-Builder-project-on-the-IAR-embedded/m-p/522452#M5088</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:55:15Z</dc:date>
    </item>
  </channel>
</rss>

