From: JohnD on

> are you sure you have wxWidgets/include/msvc before wxWidgets/include
> in our include path setting?

Yes, it's the first path entry in Project Properties -> C/C++ -> General
-> Additional Include Directories.

> this is not aquestion of compiled in or not. its just a matter of the
> include path setting.
> you also should remove all wx libs from your linker settings.

Yes, I've done that as well. But I still get the unresolved externals: :-(

wxmsw26d_core.lib(imaglist.obj) : error LNK2019: unresolved external symbol
wxmsw26d_core.lib(dragimag.obj) : error LNK2001: unresolved external symbol
wxmsw26d_core.lib(imaglist.obj) : error LNK2019: unresolved external symbol
wxmsw26d_core.lib(imaglist.obj) : error LNK2019: unresolved external symbol
wxmsw26d_core.lib(imaglist.obj) : error LNK2019: unresolved external symbol
wxmsw26d_core.lib(dragimag.obj) : error LNK2001: unresolved external symbol

Thanks for your help.

John


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

From: darrylwright@gmail.com on
Thanks everyone, I've got it going.

Cheers,
Darryl

First  |  Prev  | 
Pages: 1 2
Prev: Plotting problems
Next: wxglade