Re: gtkmm with VS2005 vd2 option



On Wed, 2008-10-01 at 15:56 +0200, Stefani Leonardo wrote:
> I am trying to compile an gtkmm 2.12 program with /vd2 option 
> 
> This C++ sample, compiled with /vd2 option on Visual Studio C++  2005, 
> 
> // cl /vd2 /Zi /MDd r.cpp
> #include <sstream>
> int main()
> {
> 	std::stringstream *s = new std::stringstream;
> 	delete s;
> }
> 
> crashes. (Note no GTKmm is linked).

I'm not sure what the problem is, but using /MTd (Multi Threaded Debug)
instead of /MDd (Multi-Threaded Debug DLL) works for me with your
example.

> What C++ libraries can I use ?
> /vd2 is mandatory on gtkmm programs?
> 
> Thanks

Armin

> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]