<?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[Wo bekomm ich die inttypes.h her?]]></title><description><![CDATA[<p>Ich möchte in mein Programm eine DLL einbinden, diese verlangt allerdings die inttypes.h welche mein BCB wohl nicht finden kann. Es geht hauptsächlich um die Typen uint32_t</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/194880/wo-bekomm-ich-die-inttypes-h-her</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 06:28:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/194880.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Oct 2007 18:00:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wo bekomm ich die inttypes.h her? on Thu, 11 Oct 2007 18:00:44 GMT]]></title><description><![CDATA[<p>Ich möchte in mein Programm eine DLL einbinden, diese verlangt allerdings die inttypes.h welche mein BCB wohl nicht finden kann. Es geht hauptsächlich um die Typen uint32_t</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1383091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1383091</guid><dc:creator><![CDATA[Filbert]]></dc:creator><pubDate>Thu, 11 Oct 2007 18:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to Wo bekomm ich die inttypes.h her? on Thu, 11 Oct 2007 18:06:09 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Klingt für mich nicht nach einem Builder-internen Header. Wenn es eine Fremd-DLL ist dann must du auch deren komplette Header benutzten.<br />
Kann es sein das das ein WinAPI-Typ ist?</p>
<p>Wenn es nur um den besagten Typ geht kannst du ja auch eine eigene Header-Datei aufmachen und dort einfach</p>
<pre><code class="language-cpp">typedef unsigned int uint32_t
</code></pre>
<p>verwenden.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1383097</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1383097</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 11 Oct 2007 18:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Wo bekomm ich die inttypes.h her? on Thu, 11 Oct 2007 19:54:43 GMT]]></title><description><![CDATA[<p>ok, hab eine im Internet gefunden...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1383207</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1383207</guid><dc:creator><![CDATA[Filbert]]></dc:creator><pubDate>Thu, 11 Oct 2007 19:54:43 GMT</pubDate></item></channel></rss>