The default wxPython build command in the build doc requires 'uh'
libraries, but the MSVC solution doesn't have a configuration that
builds them. The default is 'u'
LINK : fatal error LNK1181: cannot open input file
'wxbase29uh_xml.lib'
If someone could add a configuration that builds the uh libraries I'd
appreciate it.
Also the documentation should probably be updated to explain how to
run python setup.py for the 'u' version of the libraries vs 'uh' and
if someone could tell me here I'd appreciate it.
The default wxPython build command in the build doc requires 'uh'
libraries, but the MSVC solution doesn't have a configuration that
builds them. The default is 'u'
LINK : fatal error LNK1181: cannot open input file
'wxbase29uh_xml.lib'
If someone could add a configuration that builds the uh libraries I'd
appreciate it.
Use nmake to build wxWidgets as described in the build doc.
Also the documentation should probably be updated to explain how to
run python setup.py for the 'u' version of the libraries vs 'uh' and
if someone could tell me here I'd appreciate it.