[wx-dev] undefined references SelectObject
Vadim Zeitlin
vadim at wxwidgets.org
Sun Jun 1 05:05:41 PDT 2008
On Sun, 01 Jun 2008 11:17:10 +0200 Christian Buhtz <exsudat at gmx.de> wrote:
CB> Before I post the build-log I want to ask if there is a way to find such
CB> things out by myself?
Yes, look up the missing functions in the MSDN -- it has a "Requirements"
section which says e.g. "Use ole32.lib" for CoCreateInstance().
Or you could also just use the same libraries as wx samples link with as
this covers 99% of cases.
Regards,
VZ
More information about the wx-dev
mailing list