|
From: Jared E. <ja...@vo...> - 2001-02-12 08:54:04
|
I have been looking at other gui libraries, does anyone have a gui library to recommend for a novice C++ programmer. I would like to write small gui apps, but am a little overwhelmed by wxWindows. I have taken a look at FLTK and FOX libraries, and they both look very good. I also looked at allegro, but it also seems complex. ANy suggestions? - Jared At 09:53 PM 2/11/2001 +0000, you wrote: >Hi Jared, >I don't know if you've got your problem sorted if not then this tip may >help. To get wxwindows to work with Dev C++ you can go to >members.fortunecity.com./honglilai. Download wxwindows from the pakeges list >and follow his install instuctions. It will configure Dev c++ to work with >wxwindows. > >Secondly i have looked at the minimal program and what was obvious to me was >that certain include files that the wxwindows template in Dev c++ gives you >were missing. You will know what i'm talking about after you've downloaded >and installed wxwindows as above. Go to project/GUI toolkits/wxwindows. > >Napo > >----- Original Message ----- >From: "Jared Eckersley" <ja...@vo...> >To: <dev...@li...> >Sent: Friday, February 09, 2001 8:42 PM >Subject: [Dev-C++] wxWindows > > > > Hello, > > I am trying to compile minimal.cpp that comes with the wxWindows > > package --- C:\Program Files\wx2\samples\minimal > > > > I keep getting these errors: > > wx\wxprec.h No such file or directory > > wx\wx.h No such file or directory > > > > Can you please tell me how to fix this > > > > - Jared > > > > > > _______________________________________________ > > Dev-cpp-users mailing list > > Dev...@li... > > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > >_______________________________________________ >Dev-cpp-users mailing list >Dev...@li... >http://lists.sourceforge.net/lists/listinfo/dev-cpp-users |