I ported a wxWindows app from Visual C++ to DevC++ which runs but when I create a dialog (programmatically) I get an assertion
that says that I probably forgot to include wx/msw/wx.rc in my resource
file. I can't figure out how to fix it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1.) See if you have wx.rc as Resource File in your Project.
2.) Edit your wx.rc file and set all
wx/msw/*.* Files to c:/Dev-Cpp/include/wx/msw/ Directory.
e.g.
wx/msw/hand.cur -> c:/Dev-Cpp/include/wx/msw/hand.cur
Hope this helps!
KaLKa
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ported a wxWindows app from Visual C++ to DevC++ which runs but when I create a dialog (programmatically) I get an assertion
that says that I probably forgot to include wx/msw/wx.rc in my resource
file. I can't figure out how to fix it.
1.) See if you have wx.rc as Resource File in your Project.
2.) Edit your wx.rc file and set all
wx/msw/*.* Files to c:/Dev-Cpp/include/wx/msw/ Directory.
e.g.
wx/msw/hand.cur -> c:/Dev-Cpp/include/wx/msw/hand.cur
Hope this helps!
KaLKa