s in their docs too.
Eugene.
- Original Message -
From: "Pavel Tsekov" <[EMAIL PROTECTED]>
To: "Dani P." <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 19, 2002 10:44 PM
Subject: Re[2]: Core dumped just only with strcat!
Lots of s
10 seconds ago
| Subject: Core dumped just only with strcat!
|
| ===8<==Original message text===
| I've trying lots of things and after 1 day with it, I've achieved to work
| part of the code. What I did? I just declared my array before a MYSQL_RES
| variable.
On Tue, Feb 19, 2002 at 02:14:38PM +0100, Kurt Roeckx wrote:
> On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote:
> > I've trying lots of things and after 1 day with it, I've achieved to work
> > part of the code. What I did? I just declared my array before a MYSQL_RES
> > variable. I h
On Tue, Feb 19, 2002 at 12:45:35PM +0100, Pavel Tsekov wrote:
> I've trying lots of things and after 1 day with it, I've achieved to work
> part of the code. What I did? I just declared my array before a MYSQL_RES
> variable. I had:
>
> MYSQL_RES * result;
> char petition[500];
This is basic C k
This is a forwarded message
From: Dani P. <[EMAIL PROTECTED]>
To: "Pavel Tsekov" <[EMAIL PROTECTED]>
Date: Monday, February 18, 2002, 9:45:51 PM
Subject: Core dumped just only with strcat!
===8<==Original message text===
I've trying lots of
>>strcat(request,"SELECT * FROM data");
>> >>
>> >
>> > I meant that this piece of code dumps a core, not the last posting.
>> >
>> > Thanks,
>> >
>> > Dani
>> >
>> >
>> > - Original Mes
CT * FROM data");
>>
>
> I meant that this piece of code dumps a core, not the last posting.
>
> Thanks,
>
> Dani
>
>
> - Original Message -
> From: Dani P. <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, Febr
sting.
Thanks,
Dani
- Original Message -
From: Dani P. <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 16, 2002 10:57 AM
Subject: Core dumped just only with strcat!
>
> I have installed recently cygwin in order to compile a piece of code
> which com
I have installed recently cygwin in order to compile a piece of code
which compiled an d worked fine in Linux, using Gtk and MySQL libraries.
It compiles fine, but it dumps a core just only with a "strcat". I do the
following:
char request[500];
request[0]=3D'\0';
strcat(request,"SELECT * FROM d
9 matches
Mail list logo