Using wxLED question, included files, syntax.

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
AshtonC1
Earned some good credits
Earned some good credits
Posts: 100
Joined: Wed Feb 18, 2015 4:56 pm

Using wxLED question, included files, syntax.

Post by AshtonC1 »

I'm using wxWidgets 3.0.2 with Code::Blocks 13.12 on student pcs.

When wxWidgets is installed it supplies all of the include and library files for the wxControls I believe.

But when using the wxLED or the wxStateLED the .cpp or .h files cannot be found.
And these controls are not in the class list.

Have these controls been abandoned, or should they have been included in my wxWidget installs?
I wanted to use these for student assignment projects, but can't find the syntax info either.

Suggestions appreciated.
DavidHart
Site Admin
Site Admin
Posts: 4252
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: Using wxLED question, included files, syntax.

Post by DavidHart »

Hi,

wxLED is a wxCode component, so I've moved the topic here.

That should also enable you to answer your own question ;) .

Regards,

David
AshtonC1
Earned some good credits
Earned some good credits
Posts: 100
Joined: Wed Feb 18, 2015 4:56 pm

Re: Using wxLED question, included files, syntax.

Post by AshtonC1 »

Thanks David.

I've found it at http://wxcode.sourceforge.net/showcomp.php?name=wxLed.

It looks like an obsolete item. Last version from 2005, supported in wxWidgets 2.4.
Post Reply