<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ARM9 defined(_WIN32) if statement help</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/35460/arm9-defined-_win32-if-statement-help</link><description> 
I am working on SMTP using mbedTLS-2.16.1 to create a secure email
protocol. I downloaded the mbedTLS-2.16.1 package from: 
 tls.mbed.org/.../mbedtls-2.16.1-and-2.7.10-released 

 
Now I am trying to use the mbedTLS with my ARM9 Keil project but
when</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: ARM9 defined(_WIN32) if statement help</title><link>https://community.arm.com/thread/71205?ContentTypeID=1</link><pubDate>Wed, 17 Apr 2019 16:15:06 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:784064f0-9253-400b-9dd9-c279ee720c5a</guid><dc:creator>Andrew Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
So what errors, exactly, do you receive?&lt;/p&gt;

&lt;p&gt;
It&amp;#39;s hard to advise how to fix errors when we don&amp;#39;t know what the
errors are!&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;&amp;quot;if statements regarding the machine I am using&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
As already noted, they are about the Target you are building for -
not the Host you are building on!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ARM9 defined(_WIN32) if statement help</title><link>https://community.arm.com/thread/86504?ContentTypeID=1</link><pubDate>Wed, 17 Apr 2019 13:37:56 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:0063798c-2b16-4d83-ac7a-c1be1764026d</guid><dc:creator>Westonsupermare Pier</dc:creator><description>&lt;p&gt;&lt;p&gt;
You&amp;#39;re building for the TARGET not the HOST system. Keil doesn&amp;#39;t
need to know or care that you&amp;#39;re on WIN10&lt;/p&gt;

&lt;p&gt;
Perhaps replace &amp;quot;#if defined(_WIN32)&amp;quot; with #ifdef _WIN32 or #if
0&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>