<?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[free BDS Turbo C++ und mysql]]></title><description><![CDATA[<p>hola leute</p>
<p>folgender code:</p>
<pre><code class="language-cpp">#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Main.h&quot;
#include &lt;windows.h&gt;
#include &lt;winsock2.h&gt;
#include &lt;mysql.h&gt;

#pragma package(smart_init)
#pragma resource &quot;*.dfm&quot;

TForm1 *Form1;

__fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner)
{

}

void __fastcall TForm1::Button1Click(TObject *Sender)
{
   MYSQL *my;
   my = mysql_init(my);  /*
   if(my == 0)
   {
      ShowMessage(&quot;Fehler bei Initialisierung&quot;);
      return;
   }

   if( mysql_real_connect (
                my,
                &quot;kasten&quot;,
                &quot;root&quot;,
                &quot;001213&quot;,
                &quot;gromit&quot;,
                0,
                NULL,
                0               )  == NULL)
   {
      ShowMessage(&quot;fehler beim connect&quot;);
      return;
   }  */
}
</code></pre>
<p>beim ausfuehren springt er mir dann gleich in das CPU-fenster.</p>
<p>kann mir jemand sagen was ich da falsch mache ?<br />
die libmysql.lib hab ich mit coff2omf und einmal mit libimp erzeugt. beides mal das gleiche ergebnis.</p>
<p>Meep Meep</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/183565/free-bds-turbo-c-und-mysql</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 00:23:48 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/183565.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Jun 2007 08:54:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to free BDS Turbo C++ und mysql on Wed, 06 Jun 2007 08:54:39 GMT]]></title><description><![CDATA[<p>hola leute</p>
<p>folgender code:</p>
<pre><code class="language-cpp">#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Main.h&quot;
#include &lt;windows.h&gt;
#include &lt;winsock2.h&gt;
#include &lt;mysql.h&gt;

#pragma package(smart_init)
#pragma resource &quot;*.dfm&quot;

TForm1 *Form1;

__fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner)
{

}

void __fastcall TForm1::Button1Click(TObject *Sender)
{
   MYSQL *my;
   my = mysql_init(my);  /*
   if(my == 0)
   {
      ShowMessage(&quot;Fehler bei Initialisierung&quot;);
      return;
   }

   if( mysql_real_connect (
                my,
                &quot;kasten&quot;,
                &quot;root&quot;,
                &quot;001213&quot;,
                &quot;gromit&quot;,
                0,
                NULL,
                0               )  == NULL)
   {
      ShowMessage(&quot;fehler beim connect&quot;);
      return;
   }  */
}
</code></pre>
<p>beim ausfuehren springt er mir dann gleich in das CPU-fenster.</p>
<p>kann mir jemand sagen was ich da falsch mache ?<br />
die libmysql.lib hab ich mit coff2omf und einmal mit libimp erzeugt. beides mal das gleiche ergebnis.</p>
<p>Meep Meep</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1299819</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1299819</guid><dc:creator><![CDATA[Meep Meep]]></dc:creator><pubDate>Wed, 06 Jun 2007 08:54:39 GMT</pubDate></item></channel></rss>