<?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[wie kann man die Riched20.dll Datei importieren?]]></title><description><![CDATA[<p>LoadLibrary() geht es nicht !danke vorher!!!</p>
<p>HINSTANCE hLib;<br />
if (!(hLib=LoadLibrary(TEXT(&quot;Riched20.dll&quot;))))<br />
// if (!(hLib=(LoadLibrary(&quot;riched32.dll&quot;)))<br />
{........<br />
}</p>
<p>'EM_SETPARAFORMAT' : undeclared identifier...............</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/224159/wie-kann-man-die-riched20-dll-datei-importieren</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 21:33:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/224159.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Oct 2008 14:04:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wie kann man die Riched20.dll Datei importieren? on Mon, 06 Oct 2008 14:04:38 GMT]]></title><description><![CDATA[<p>LoadLibrary() geht es nicht !danke vorher!!!</p>
<p>HINSTANCE hLib;<br />
if (!(hLib=LoadLibrary(TEXT(&quot;Riched20.dll&quot;))))<br />
// if (!(hLib=(LoadLibrary(&quot;riched32.dll&quot;)))<br />
{........<br />
}</p>
<p>'EM_SETPARAFORMAT' : undeclared identifier...............</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1594229</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1594229</guid><dc:creator><![CDATA[chrissss]]></dc:creator><pubDate>Mon, 06 Oct 2008 14:04:38 GMT</pubDate></item><item><title><![CDATA[Reply to wie kann man die Riched20.dll Datei importieren? on Mon, 06 Oct 2008 14:24:09 GMT]]></title><description><![CDATA[<p>Das hat mit LoadLibrary nichts zu tun. Du hast</p>
<pre><code class="language-cpp">#include &quot;Richedit.h&quot;
</code></pre>
<p>vergessen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1594247</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1594247</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 06 Oct 2008 14:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to wie kann man die Riched20.dll Datei importieren? on Mon, 06 Oct 2008 14:32:42 GMT]]></title><description><![CDATA[<p>bei dem Compilen ist es kein Problem, aber das Dialog-Window kommt nicht an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1594258</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1594258</guid><dc:creator><![CDATA[chrissss]]></dc:creator><pubDate>Mon, 06 Oct 2008 14:32:42 GMT</pubDate></item><item><title><![CDATA[Reply to wie kann man die Riched20.dll Datei importieren? on Mon, 06 Oct 2008 14:40:11 GMT]]></title><description><![CDATA[<p>das Dialog-Window, woauf das rich-control liegt, kommt nicht an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1594263</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1594263</guid><dc:creator><![CDATA[chrissss]]></dc:creator><pubDate>Mon, 06 Oct 2008 14:40:11 GMT</pubDate></item><item><title><![CDATA[Reply to wie kann man die Riched20.dll Datei importieren? on Mon, 06 Oct 2008 14:53:24 GMT]]></title><description><![CDATA[<p>Und warum schreibst Du dann das:</p>
<p>chrissss schrieb:</p>
<blockquote>
<p>'EM_SETPARAFORMAT' : undeclared identifier...............</p>
</blockquote>
<p>Ansonsten musst Du vor dem Erzeugen des Dialoges sicherlich LoadLibrary ausführen. Was passiert? Was sagt GetLastError?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1594281</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1594281</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Mon, 06 Oct 2008 14:53:24 GMT</pubDate></item><item><title><![CDATA[Reply to wie kann man die Riched20.dll Datei importieren? on Mon, 06 Oct 2008 19:56:15 GMT]]></title><description><![CDATA[<blockquote>
<p>Ansonsten musst Du vor dem Erzeugen des Dialoges sicherlich LoadLibrary ausführen.</p>
</blockquote>
<p>bingo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
Martin Richter : vielen vielen Dank.</p>
<p>meine Fresse ! hab die &lt;#include &quot;Richedit.h&quot;&gt; eingefügt, und hab nebenbei die &lt;LoadLibrary(TEXT(&quot;Riched20.dll&quot;));&gt; einfach gelöscht !</p>
<p>EM_SETPARAFORMAT: Mit diesem Message möchte ich den Zeilenabstand des rich-controls ändern, geht das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1594464</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1594464</guid><dc:creator><![CDATA[chrissss]]></dc:creator><pubDate>Mon, 06 Oct 2008 19:56:15 GMT</pubDate></item></channel></rss>