|
From: softnasolutions-ltd.fsbusiness.co.uk <so...@so...> - 2001-02-11 21:54:01
|
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 > |