From: Warren Young Date: October 13 2010 6:32pm Subject: Re: weird chars instead of table name List-Archive: http://lists.mysql.com/plusplus/9084 Message-Id: <06191305-B6D8-46B6-A447-1E0D9C6104AF@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Oct 13, 2010, at 10:11 AM, Regis Grison wrote: > I can't go to newer version because of a compatibility problem with a = closed-source software If this other piece of software isn't statically linked to your program, = you can install two different versions of MySQL++, each in a different = place, with different link commands for each so each uses a different = copy. > where ??? are some unprintable chars (the same as above but change = from a time to another) In my experience, strings that change content from one run of the = program to the next are symptoms of a memory bug. Try running your = program under valgrind.=