<?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[Access Violation bei Indy SMTP]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein kleines Problem mit der Indy Komponente IdSMTP.<br />
Wenn ich die &quot;UserId&quot; und das &quot;Password&quot; im soure vergebe<br />
erhalte ich eine Access Violation, wenn ich es aber schon im<br />
Objekt Inspector eingeben und nicht im soure dann geht es ohne<br />
probleme. Kann mir jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/139912/access-violation-bei-indy-smtp</link><generator>RSS for Node</generator><lastBuildDate>Mon, 03 Aug 2026 01:11:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/139912.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Mar 2006 12:54:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Access Violation bei Indy SMTP on Fri, 10 Mar 2006 12:54:55 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein kleines Problem mit der Indy Komponente IdSMTP.<br />
Wenn ich die &quot;UserId&quot; und das &quot;Password&quot; im soure vergebe<br />
erhalte ich eine Access Violation, wenn ich es aber schon im<br />
Objekt Inspector eingeben und nicht im soure dann geht es ohne<br />
probleme. Kann mir jemand helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1013258</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1013258</guid><dc:creator><![CDATA[_manuel_]]></dc:creator><pubDate>Fri, 10 Mar 2006 12:54:55 GMT</pubDate></item><item><title><![CDATA[Reply to Access Violation bei Indy SMTP on Fri, 10 Mar 2006 13:00:51 GMT]]></title><description><![CDATA[<p>Hab noch was vergessen<br />
ich habe BCB 6 und INDY 9.0.18</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1013267</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1013267</guid><dc:creator><![CDATA[_manuel_]]></dc:creator><pubDate>Fri, 10 Mar 2006 13:00:51 GMT</pubDate></item><item><title><![CDATA[Reply to Access Violation bei Indy SMTP on Fri, 10 Mar 2006 13:17:42 GMT]]></title><description><![CDATA[<p>InterceptEnabled=false</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1013279</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1013279</guid><dc:creator><![CDATA[caspar_louis]]></dc:creator><pubDate>Fri, 10 Mar 2006 13:17:42 GMT</pubDate></item><item><title><![CDATA[Reply to Access Violation bei Indy SMTP on Fri, 10 Mar 2006 14:11:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/11553">@caspar_louis</a><br />
Danke für deine schnelle antwort aber ich kann das irgendiwe nicht einbinden<br />
TIdSMTP besitzt zwar ne eigenschaft Intercept aber damit kann ich nix machen.</p>
<p>würdest mir kurz beschreiben wie ich das genau mache?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1013331</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1013331</guid><dc:creator><![CDATA[_manuel_]]></dc:creator><pubDate>Fri, 10 Mar 2006 14:11:00 GMT</pubDate></item><item><title><![CDATA[Reply to Access Violation bei Indy SMTP on Fri, 10 Mar 2006 14:41:06 GMT]]></title><description><![CDATA[<p>Eigenschaft zur Entwurfzeit im Objektinspektor setzen.</p>
<p>Zur Laufzeit:</p>
<pre><code class="language-cpp">IdSMTP-&gt;Connect(); // stellt Verbindung her
IdSMTP-&gt;Disconnect(); // beendet Verbindung
</code></pre>
<p>Das Fehlerbild weist darauf hin, daß eine Verbindung hergestellt werden soll, ohne daß alle / die richtigen Parameter vorliegen.<br />
Das passiert meist indem die Komponente zur Entwurfzeit angelegt wurde und dort schon die Verbindung aktiviert wurde.</p>
<p>Deshalb habe ich rückgeschlossen, daß es dieser Parameter sein muß.<br />
Es ist der Einzige, der zur Entwurfszeit in Frage kommt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1013373</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1013373</guid><dc:creator><![CDATA[caspar_louis]]></dc:creator><pubDate>Fri, 10 Mar 2006 14:41:06 GMT</pubDate></item></channel></rss>