wxWidgets and string & iostream

Fibre Optic fibre_optic at go2.pl
Mon Sep 4 07:03:48 PDT 2006


Hello,

I have just written the following small code which has the following 
declaration:

wxString xxxx = "TEST";

and i am going to print it out on the following way:

std::cout << "xxxx= " << xxxx << endl;

There is not problem with compilation or linking but during execution i 
se segmentation fault + stac trace... Is it possible to mix wxWidgets 
classes with i.e. strings/iostream functionality?

Regards,
Fibre Optic






More information about the wx-users mailing list