Anyone here who uses wxWidgets? I am a newbie in wxWidgets. I have trouble in inserting an image in my application..
I am using this one:
wxImage *img;
img=new wxImage("pic.jpeg",wxBITMAP_TYPR_ANY,-1);
this code is erotic.
What would you suggest? Thanx..