<?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[mysql++ und MFC]]></title><description><![CDATA[<p>Hallo...</p>
<p>sobald ich ein Connection-Objekt erzeuge und es gleich wieder mit delete<br />
zerstöre, habe ich MemoryLeaks. Ich verstehe das nicht ganz, da ich das<br />
Objekt ja wieder zerstöre. Wie kann das kommen? Wenn ich den Code wieder<br />
rausnehme, sind auch die MemoryLeaks weg.</p>
<pre><code>#include &lt;mysql++.h&gt;
...
...
Connection* con = new Connection(false);
...
delete con;
...
</code></pre>
<p>Hat jmd. erfahrung mit mysql++ und MFC?</p>
<p>Oder liegt das Problem schon vielleicht durch das include von<br />
mysql++.h ?</p>
<p>Danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/186690/mysql-und-mfc</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 04:18:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/186690.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Jul 2007 12:47:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to mysql++ und MFC on Wed, 11 Jul 2007 12:47:03 GMT]]></title><description><![CDATA[<p>Hallo...</p>
<p>sobald ich ein Connection-Objekt erzeuge und es gleich wieder mit delete<br />
zerstöre, habe ich MemoryLeaks. Ich verstehe das nicht ganz, da ich das<br />
Objekt ja wieder zerstöre. Wie kann das kommen? Wenn ich den Code wieder<br />
rausnehme, sind auch die MemoryLeaks weg.</p>
<pre><code>#include &lt;mysql++.h&gt;
...
...
Connection* con = new Connection(false);
...
delete con;
...
</code></pre>
<p>Hat jmd. erfahrung mit mysql++ und MFC?</p>
<p>Oder liegt das Problem schon vielleicht durch das include von<br />
mysql++.h ?</p>
<p>Danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1323067</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1323067</guid><dc:creator><![CDATA[MarcusFrankfurt]]></dc:creator><pubDate>Wed, 11 Jul 2007 12:47:03 GMT</pubDate></item><item><title><![CDATA[Reply to mysql++ und MFC on Thu, 12 Jul 2007 07:28:08 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich weiss nicht, was du mit connection machen willst.<br />
Ich habe keine Erfahrung mit Mysql aber ich denke , dass alle DB gleich sind.<br />
Warum meldest du nicht mit myclass::Open(); denn myclass::Close(); an und ab.<br />
So kannst du immer die Verbindung starten und beenden , wie du willst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1323572</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1323572</guid><dc:creator><![CDATA[dokdok2]]></dc:creator><pubDate>Thu, 12 Jul 2007 07:28:08 GMT</pubDate></item></channel></rss>