After I add wxDialog contol, my program is crashing whith message "Assert failed in file .../.../src/msw/dialog.cpp at line 174: Failed to create dialog. You probably forgot to include wx/msw/wx.rc in your resources.
I have wx/msw/wx.rc in my project options->resource files . What is wrong and what should I do?
Normunds
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Edit your wx.rc and give the Full Path to all the .cur and .ico files
e.g. Change :
wx/msw/hand.cur
in :
c:/Dev-Cpp/includes/wx/msw/hand.cur
this might help.
PM
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After I add wxDialog contol, my program is crashing whith message "Assert failed in file .../.../src/msw/dialog.cpp at line 174: Failed to create dialog. You probably forgot to include wx/msw/wx.rc in your resources.
I have wx/msw/wx.rc in my project options->resource files . What is wrong and what should I do?
Normunds
Edit your wx.rc and give the Full Path to all the .cur and .ico files
e.g. Change :
wx/msw/hand.cur
in :
c:/Dev-Cpp/includes/wx/msw/hand.cur
this might help.
PM
this helps. 10x
Normunds