I have started playing with the wxWidgets library on windows, and the first thing to do is of course to build a "Hello World" - actually the one from the website. It builds fine, but linking was a bit of a puzzle. As I can see other places on the web that has questions on this, I would just like to share the libraries needed to be able to successfully link this project, that are not already part of the standard list of libraries when using wxWidgets 3.0:
comctl32.lib
rpcrt4.lib
wxmsw30u_core.lib (or wxmsw30ud_core.lib for debug)
wxbase30u.lib (or wxbase30ud.lib for debug)
wxpng.lib (or wxpngd.lib for debug)
wxzlib.lib (or wxzlibd.lib for debug)
Ingen kommentarer:
Send en kommentar