Prev: Plotting problems
Next: wxglade
From: JohnD on 10 Sep 2005 20:02 > 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 11 Sep 2005 18:13
Thanks everyone, I've got it going. Cheers, Darryl |