I'm a little new to wxWidgets, and really new to wxDevC++. I'm wanting to play with wxStyledTextCtrl(stc) but when I compile I get a linker error. I'm assuming stc is not included in the core wxWidgets(which would explain why it can't be found). So my question is how do I include it and other libs I may want to use in DevC++? (I'd also need to be directed to the files if they don't come with devc++)
Like I said I'm new, so please forgive me if this is a stupid question, I tried searching anc couldn't find anything.
Thank You.