A good tutorial for Dev-Cpp

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
jepper
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Sep 14, 2004 5:05 pm

A good tutorial for Dev-Cpp

Post by jepper »

I read the tutorial on the widgets site but the example doesnt compile
(im not reading the tut with the broken hello world app)

is there any tutorial on programming wxwidgets with dev-cpp?

because the compiler start moaning about things like this:
BasicFrame::BasicFrame
(const wxChar *title,
int xpos, int ypos,
int width, int height)

hope u have a solution 8)
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Re: A good tutorial for Dev-Cpp

Post by Ryan Norton »

jepper wrote:I read the tutorial on the widgets site but the example doesnt compile
(im not reading the tut with the broken hello world app)

is there any tutorial on programming wxwidgets with dev-cpp?

because the compiler start moaning about things like this:
BasicFrame::BasicFrame
(const wxChar *title,
int xpos, int ypos,
int width, int height)

hope u have a solution 8)
See the thread "Devcpp guide needs to be updated"
[Mostly retired moderator, still check in to clean up some stuff]
Post Reply