Menu

Problems With wxWindows And DevC++

2002-09-23
2012-09-26
  • Nobody/Anonymous

    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.

     
    • Nobody/Anonymous

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.