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 <[email protected]> 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 >
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
