From: TC <tr...@sh...> - 2003-09-09 07:44:44
|
>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 OK I got this up with MS VC6 now, the problem is return type of some functions are not compatible with the declared type of some var, so I just coerace em .. Is this a known issue or just some msvc6 thing ?? I:\projects\asterisk\iaxclient\simpleclient\wx\wx.cpp(285) : warning C4800: 'long' : forcing value to bool 'true' or 'false' (performance warning) I:\projects\asterisk\iaxclient\simpleclient\wx\wx.cpp(286) : warning C4800: 'long' : forcing value to bool 'true' or 'false' (performance warning) I:\projects\asterisk\iaxclient\simpleclient\wx\wx.cpp(287) : warning C4800: 'long' : forcing value to bool 'true' or 'false' (performance warning) I:\projects\asterisk\iaxclient\simpleclient\wx\wx.cpp(498) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) |