6 messages in com.mysql.lists.plusplusRe: Problem of memory with Row ???
FromSent OnAttachments
Rieu Nicolas12 Jul 2006 10:22 
Rieu Nicolas12 Jul 2006 10:35 
Warren Young18 Jul 2006 07:18 
Rieu Nicolas20 Jul 2006 10:05 
Warren Young21 Jul 2006 04:56 
Rieu Nicolas13 Sep 2006 23:35 
Subject:Re: Problem of memory with Row ???
From:Warren Young (mysq@etr-usa.com)
Date:07/21/2006 04:56:58 AM
List:com.mysql.lists.plusplus

Rieu Nicolas wrote:

../simple1 [parameters]

I said simple2, not simple1. I don't know if that's significant, but simple2 is a lot closer to your problem code than simple1 is.

Well I copied the source code from simple1.cpp to my program like this:

If I understand correctly, all that has changed here is that you're building simple1 in a different build environment? If so, and it now breaks, you just have to hunt down the differences between the way the two get built. It could be a difference in linkage, compiler flags, stray libraries, etc., etc.

Also, I wasn't clear in my previous message about the test I wanted you to make. I want you to change simple2 _in place_ and just say 'make' to let the MySQL++ build system build the new version. If this works, then it confirms the theory that you have a problem of build options.