Hi
I newbie in c::b
I compiling wxwidgets with mingw only as unicode and download c::b svn 5731 and set c::b with wxwidgets
I writing this sample code and debugging
#include <wx/wx.h>
class wxTestApp : public wxApp
{
virtual bool OnInit()
{
wxFrame * frame= new wxFrame(NULL, wxID_ANY, _("wxTest"));
SetTopWindow(frame);
frame->Centre();
frame->Show();
return true;
}
};
IMPLEMENT_APP(wxTestApp);
My output file size is 26 MB??? :shock: :shock: :shock:
please help :? :?