Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the other steps before I can use something in the “contrib” directory?

contrib directory steps
0
Posted

What are the other steps before I can use something in the “contrib” directory?

0

• 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\_lib\wx_.lib. For example: wxmsw26d_stc.lib (an MSW debug implementation within version 2.6).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123