gtkmm with VS2005 vd2 option
- From: "Stefani Leonardo" <Leonardo Stefani elsagdatamat com>
 
- To: <gtkmm-list gnome org>
 
- Subject: gtkmm with VS2005 vd2 option
 
- Date: Wed, 1 Oct 2008 15:56:35 +0200
 
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]