From: TC <tr...@sh...> - 2003-09-09 06:02:11
|
Hi ALL Trying to compile from current iaxclient cvs wx using ms vc6, on NT4.0. Followed the readme got the wx libs built using the supplied vc6 dsp file. Then knocked the supplied wxVC.dsw/dsp around a bit to get lib paths & links set up Any pointers to what i missed here ?? Building a release target I get I:\projects\asterisk\iaxclient\simpleclient\wx\wx.cpp(285) : error C2220: warning treated as error - no object file generated Building a debug target I get LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library anyone get this ?? Also seem to have some wx debug lib nonsense any one been there done that or recognize these missing refs ?? wxmswd.lib(app.obj) : error LNK2001: unresolved external symbol __imp__InitCommonControls@0 wxmswd.lib(statbr95.obj) : error LNK2001: unresolved external symbol __imp__CreateStatusWindowA@16 wxmswd.lib(spinbutt.obj) : error LNK2001: unresolved external symbol __imp__CreateUpDownControl@48 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_Create@20 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_Destroy@4 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_GetImageCount@4 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_GetIconSize@12 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_Add@12 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_AddMasked@12 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_ReplaceIcon@12 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_Replace@16 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_Remove@8 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_Draw@24 wxmswd.lib(imaglist.obj) : error LNK2001: unresolved external symbol __imp__ImageList_SetBkColor@8 wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol __imp__UuidToStringA@8 wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol __imp__RpcStringFreeA@4 wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol __imp__UuidCreate@4 wxmswd.lib(uuid.obj) : error LNK2001: unresolved external symbol __imp__UuidFromStringA@8 Debug/wxVC.exe : fatal error LNK1120: 18 unresolved externals |