every time i try to use anything with wxString it tells me that is private.
i have looked at other code and they use it but i dont see how it allows them to.. i have copied there includes and everything still cant get it to let me
right now trying wxString::Format(_("%s %d"),strVal,intVal);
and the compiler tells me that wxString(int) is private
how do i make it work