<?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[FtpFindFirstFile hang my program]]></title><description><![CDATA[<p>hallo zusammen,<br />
möchte nur von einem FTP(&quot;<a href="http://ftp.microsoft.com" rel="nofollow">ftp.microsoft.com</a>&quot;) server etwas schauen,</p>
<p>hIntSession = InternetOpen(szAppName, INTERNET_OPEN_TYPE_PRECONFIG,<br />
NULL, NULL, 0);<br />
hFtpSession = InternetConnect(hIntSession, FTPSERVER,<br />
INTERNET_DEFAULT_FTP_PORT,<br />
NULL, NULL, INTERNET_SERVICE_FTP, 0, 0);</p>
<p>hFind = FtpFindFirstFile(hFtpSession, NULL, &amp;finddata, 0, 0);</p>
<p>dann unendlich warten....<br />
(hier sogar kann ich nicht breakpoint geben!!!)</p>
<p>warum geht es nicht? dank vorher.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/229845/ftpfindfirstfile-hang-my-program</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 02:48:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/229845.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Dec 2008 12:36:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FtpFindFirstFile hang my program on Wed, 17 Dec 2008 12:36:47 GMT]]></title><description><![CDATA[<p>hallo zusammen,<br />
möchte nur von einem FTP(&quot;<a href="http://ftp.microsoft.com" rel="nofollow">ftp.microsoft.com</a>&quot;) server etwas schauen,</p>
<p>hIntSession = InternetOpen(szAppName, INTERNET_OPEN_TYPE_PRECONFIG,<br />
NULL, NULL, 0);<br />
hFtpSession = InternetConnect(hIntSession, FTPSERVER,<br />
INTERNET_DEFAULT_FTP_PORT,<br />
NULL, NULL, INTERNET_SERVICE_FTP, 0, 0);</p>
<p>hFind = FtpFindFirstFile(hFtpSession, NULL, &amp;finddata, 0, 0);</p>
<p>dann unendlich warten....<br />
(hier sogar kann ich nicht breakpoint geben!!!)</p>
<p>warum geht es nicht? dank vorher.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1631794</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1631794</guid><dc:creator><![CDATA[damo]]></dc:creator><pubDate>Wed, 17 Dec 2008 12:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to FtpFindFirstFile hang my program on Wed, 17 Dec 2008 13:00:48 GMT]]></title><description><![CDATA[<p>GetLastError, InternetGetLastResponseInfo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1631810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1631810</guid><dc:creator><![CDATA[ULFI]]></dc:creator><pubDate>Wed, 17 Dec 2008 13:00:48 GMT</pubDate></item><item><title><![CDATA[Reply to FtpFindFirstFile hang my program on Wed, 17 Dec 2008 13:22:30 GMT]]></title><description><![CDATA[<p>dank sehr.</p>
<p>wsprintf(pathBuffer, TEXT(&quot;error %i&quot;), GetLastError()); // 12002<br />
cout&lt;&lt;pathBuffer; // 0012FAD0</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1631816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1631816</guid><dc:creator><![CDATA[damo]]></dc:creator><pubDate>Wed, 17 Dec 2008 13:22:30 GMT</pubDate></item></channel></rss>