Re: ustring memory leak
- From: Fabian Jacquet <fabian jacquet gmail com>
- To: Mark Roberts <gtkmm manumark de>
- Cc: Chris Vine <chris cvine freeserve co uk>, gtkmm-list <gtkmm-list gnome org>
- Subject: Re: ustring memory leak
- Date: Thu, 1 Apr 2010 14:33:27 +0200
Yes, with Visual studio, you can use /MD which means Multi-threaded DLL for runtime library. And I use it.
I think my problem doesn't come from the compilation configuration.
Thanks to try.
On Thu, Apr 1, 2010 at 14:24, Mark Roberts
<gtkmm manumark de> wrote:
Dear Chris and Fabian,
Chris wrote:
[...] do you need to use some particular compiler flag to link in necessary windows thread support or to make the standard library thread safe? (Sorry, I don't develop on windows so this may be nonsense.)
Using gcc under MinGW under Win2000 I had to add -mthreads. I think I remember this switches on MinGW-specific code, not a Windows library.
Mark
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]