<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Compiler Warning unter Windows mit Boost]]></title><description><![CDATA[<p>Hallo Forum,</p>
<p>ich bekomme immer so eine komische Compiler Warning und bekomme die einfach nicht weg.</p>
<pre><code>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
add -D_WIN32_WINNT=0x0501 to the compiler command line; or
add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
</code></pre>
<p>Ich habe in meinem Code:</p>
<pre><code class="language-cpp">#define _WIN32_WINNT 0x0501
</code></pre>
<p>Stehen, ich habe es auch mit WIN32_WINDOWS aus probiert, und jede erdenkliche Kombination...</p>
<p>Hat da wer eine Idee wie ich die Warning weg bekomme, bzw was ich machen muss, damit es richtig ist?</p>
<p>Danke für die Hilfe</p>
<p>Afterlife</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/270835/compiler-warning-unter-windows-mit-boost</link><generator>RSS for Node</generator><lastBuildDate>Sat, 29 Aug 2026 22:11:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/270835.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Jul 2010 07:59:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Compiler Warning unter Windows mit Boost on Mon, 19 Jul 2010 07:59:04 GMT]]></title><description><![CDATA[<p>Hallo Forum,</p>
<p>ich bekomme immer so eine komische Compiler Warning und bekomme die einfach nicht weg.</p>
<pre><code>Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
add -D_WIN32_WINNT=0x0501 to the compiler command line; or
add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
</code></pre>
<p>Ich habe in meinem Code:</p>
<pre><code class="language-cpp">#define _WIN32_WINNT 0x0501
</code></pre>
<p>Stehen, ich habe es auch mit WIN32_WINDOWS aus probiert, und jede erdenkliche Kombination...</p>
<p>Hat da wer eine Idee wie ich die Warning weg bekomme, bzw was ich machen muss, damit es richtig ist?</p>
<p>Danke für die Hilfe</p>
<p>Afterlife</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1928413</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1928413</guid><dc:creator><![CDATA[afterlife]]></dc:creator><pubDate>Mon, 19 Jul 2010 07:59:04 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Warning unter Windows mit Boost on Mon, 19 Jul 2010 08:06:11 GMT]]></title><description><![CDATA[<p>Hast du das auch definiert bevor der erste Boost-Header eingebunden wird?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1928416</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1928416</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Mon, 19 Jul 2010 08:06:11 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Warning unter Windows mit Boost on Mon, 19 Jul 2010 09:09:00 GMT]]></title><description><![CDATA[<p>Wie peinlich...</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1928444</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1928444</guid><dc:creator><![CDATA[afterlife]]></dc:creator><pubDate>Mon, 19 Jul 2010 09:09:00 GMT</pubDate></item></channel></rss>