From: Vadim Zeitlin on
On 4 Apr 2007 08:26:40 -0700 Samuel <samuelvoiron(a)gmail.com> wrote:

S> And for the sample, here is what I get :
S> fatal error LNK1104: couldn't open file 'wxmsw28d.lib'

You're trying to build whatever you're building (this is not clear any
more by this point, to me at least) in monolithic configuration. You need
to build it in the default, multilib, configuration instead.

S> So as I realise I, indeed, don't have it in the WXWIN/lib/vc_lib dir,
S> I change it to wxbase28d.lib (and w/ d for the release) in the project
S> properties.

They're not at all the same thing. In multilib build you have several
libraries (wxbase, wxcore, wxnet, wxadv, ...). You must link with at least
wxbase and wxcore and often some others.

Regards,
VZ

--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org