But in my project something strange happened ... I don't know why but I get compiler errors in the mswtoplevel.h ...
Here the compiler log:
In file included from c:/Dev-Cpp/include/wx/toplevel.h:159, from c:/Dev-Cpp/include/wx/frame.h:23, from c:/Dev-Cpp/include/wx/wx.h:32, from MyBitmaps.cpp:2: c:/Dev-Cpp/include/wx/msw/toplevel.h:94: type specifier omitted for parameter c:/Dev-Cpp/include/wx/msw/toplevel.h:94: parse error before numeric constant
I don't know what I made wrong ... Other projects compile fine and since I haven't altered the toplevel.h this has to be something with my code ...