Hello,
Im trying to create toolBar. I added resource file to the Visual Studio project, then added to that resource png file.
Now the question is how to use it as a icon for the button?
this is my code: wxBitmap exit(wxT("cross.png"));
and when I run application I have error:
Cant load "cross.png" bitmap from resource. Please check .rc file
thanks for help