Re: Re[2]: Core dumped just only with strcat!

2002-02-19 Thread Eugene Rosenzweig
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

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Andrew Markebo
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.

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
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

Re: Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Kurt Roeckx
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

Fwd: Re: Core dumped just only with strcat!

2002-02-19 Thread Pavel Tsekov
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

Re[2]: Core dumped just only with strcat!

2002-02-19 Thread Pavel Tsekov
>>strcat(request,"SELECT * FROM data"); >> >> >> > >> > I meant that this piece of code dumps a core, not the last posting. >> > >> > Thanks, >> > >> > Dani >> > >> > >> > - Original Mes

Re: Core dumped just only with strcat!

2002-02-18 Thread Pavel Tsekov
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

Re: Core dumped just only with strcat!

2002-02-16 Thread Dani P.
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

Core dumped just only with strcat!

2002-02-16 Thread Dani P.
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