Re: Re: VC++ 2008 / MySQL debug / Unhandled exception

2009-01-15 Thread safknw
On Jan 14, 2009 9:40pm, Miguel Cardenas wrote: Hi I'm using /MT (LIBCMT.lib?) and it is multi-threaded since all my multi-thread code is working. LIBCMTD.lib is ignored because it is indicated in a post at MySQL forums " http://forums.mysql.com/read.php?45,49606,49606#msg-49606"; and a

Re: VC++ 2008 / MySQL debug / Unhandled exception

2009-01-14 Thread Miguel Cardenas
Hi I'm using /MT (LIBCMT.lib?) and it is multi-threaded since all my multi-thread code is working. LIBCMTD.lib is ignored because it is indicated in a post at MySQL forums " http://forums.mysql.com/read.php?45,49606,49606#msg-49606"; and anyway applications do not compile if not ignored because lo

Re: VC++ 2008 / MySQL debug / Unhandled exception

2009-01-14 Thread Miguel Cardenas
Hi I tested with both release and debug versions and the problem is the same, it fails when calling mysql_real_connect() shared memory request function strcpy() asm code access violation to 0x Regards, Miguel On Sun, Jan 11, 2009 at 9:57 AM, Patrick Sherrill wrote: > I seem to

Re: VC++ 2008 / MySQL debug / Unhandled exception

2009-01-11 Thread Patrick Sherrill
I seem to recall the issue with the debug library, but don't recall the fix. Do you get the same permissions (access) error with the release library? Pat... - Original Message - From: "Miguel Cardenas" To: Sent: Saturday, January 10, 2009 10:22 AM Subject: VC++ 2008 / MySQL debug / U

RE: VC++ 2008 / MySQL debug / Unhandled exception

2009-01-11 Thread Martin Gainty
pient. Sender does not necessarily endorse content contained within this transmission. > Date: Sun, 11 Jan 2009 12:04:30 +0530> From: saf...@gmail.com> To: renit...@gmail.com; mysql@lists.mysql.com> Subject: Re: VC++ 2008 / MySQL debug / Unhandled exception> > Are you sure that

Re: VC++ 2008 / MySQL debug / Unhandled exception

2009-01-10 Thread safknw
Are you sure that VS2008 support Mysql6.0, since mysql 6 is in alpha stage. -- Sharique On 1/10/09, Miguel Cardenas wrote: > Hello list > > I have a problem debugging a program that uses MySQL. The program itself > does not have problems, it runs perfectly when run in the console (command > prom