What are the other steps before I can use something in the “contrib” directory?
• Include “c:\wxwidgets\contrib\include” in the list of include directories to search in your Makefile or IDE settings. • Include the appropriate include file for the item you wish to use, as in: #include “wx/stc/stc.h” • Add the appropriate library to your library listings in your Makefile or IDE settings. The library will be stored in c:\wxWidgets\lib\