<?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[OpenURL() liefert &amp;quot;abnormal program termination&amp;quot;]]></title><description><![CDATA[<p>Ich lese mit<br />
file=(CHttpFile*)session.OpenURL(strURL,1,INTERNET_FLAG_TRANSFER_BINARY | INTERNET_FLAG_RELOAD | INTERNET_FLAG_DONT_CACHE, NULL,0);<br />
per Read(...) seit Jahren erfolgreich http-Seiten aus.</p>
<p>Jetzt habe ich aber ein Laptop mit sporadisch schlechter WLAN-Verbindung. In der Registry habe ich irgendewo den Time-out für den IE höher gesetzt, aber bei meinen Programmen erhalte ich schon nach wenigen Sekunden die Meldung<br />
&quot;abnormal program termination&quot; .</p>
<p>Gibt es andere Möglichkeiten mit größerem Time-out oder mit vorgebbaren Retry-Versuchen auf das Internet bei schlechter Verbindung zuzugreifen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/196993/openurl-liefert-quot-abnormal-program-termination-quot</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 23:54:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/196993.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Nov 2007 13:50:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenURL() liefert &amp;quot;abnormal program termination&amp;quot; on Mon, 05 Nov 2007 13:50:32 GMT]]></title><description><![CDATA[<p>Ich lese mit<br />
file=(CHttpFile*)session.OpenURL(strURL,1,INTERNET_FLAG_TRANSFER_BINARY | INTERNET_FLAG_RELOAD | INTERNET_FLAG_DONT_CACHE, NULL,0);<br />
per Read(...) seit Jahren erfolgreich http-Seiten aus.</p>
<p>Jetzt habe ich aber ein Laptop mit sporadisch schlechter WLAN-Verbindung. In der Registry habe ich irgendewo den Time-out für den IE höher gesetzt, aber bei meinen Programmen erhalte ich schon nach wenigen Sekunden die Meldung<br />
&quot;abnormal program termination&quot; .</p>
<p>Gibt es andere Möglichkeiten mit größerem Time-out oder mit vorgebbaren Retry-Versuchen auf das Internet bei schlechter Verbindung zuzugreifen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1398038</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1398038</guid><dc:creator><![CDATA[user4711]]></dc:creator><pubDate>Mon, 05 Nov 2007 13:50:32 GMT</pubDate></item><item><title><![CDATA[Reply to OpenURL() liefert &amp;quot;abnormal program termination&amp;quot; on Tue, 06 Nov 2007 10:12:51 GMT]]></title><description><![CDATA[<p>Behandelst Du auch Ausnahmen? Siehe Doku:</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/d25ew7sy(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/d25ew7sy(VS.80).aspx</a></p>
<blockquote>
<p>This method can throw exceptions of type CInternetException*.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1398508</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1398508</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Tue, 06 Nov 2007 10:12:51 GMT</pubDate></item></channel></rss>