Re: wxWidgets project Help !
Posted: Fri Sep 20, 2019 2:56 pm
wx-config needs to know which version of wxWidgets you are using.
In order to do that, set 2 environment variables (Settings->Environment variables):
Note: if you built wxWingets in different configuration, like static lib, then set it like this:
In order to do that, set 2 environment variables (Settings->Environment variables):
Code: Select all
WXWIN=/path/to/wxWidgets
WXCFG=gcc_dll\mswu
Code: Select all
WXWIN=/path/to/wxWidgets
WXCFG=gcc_lib\mswu