gtkmm with VS2005 vd2 option



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).

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

Thanks


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