[litwindow-users] Re: vs 2005 compilation
Status: Alpha
Brought to you by:
hajokirchhoff
From: Hajo K. <mai...@ha...> - 2005-04-20 07:02:49
|
yrs90 wrote: > Ok, I've rebuild wxWidgets-2.5.5, LitWindow and my project using the VS 2005 > Express Beta 2 compiler. The compiler generates floods of warnings, most > having to do with either macro redefinitions in conflicting header files or > deprecated functions, but the libraries all seem to build successfully. By > the way, macro redefinitions occur between the SDK specstrings.h and the VS > 8 sal.h. The two are supposed to play together so I've assumed that its not > a problem. > > I spent about 8 painstaking and painful hours resolving linking issues. The > most troublesome problems were related to having some mixed library versions > that I couldn't locate. Oh dear. I'd break it off then. > Any idea how to resolve this assertion? Is this a library problem too? Looks very much like it, I'd say. I have got a question. You are using the free 2003 tools. They come without the debugging libraries you say. But you could still generate debugging information with the compiler, couldn't you? Then I would suggest you continue to use the free tools, add the debug symbols compiler switch and compile and link the whole thing. You don't need to link with the debugging libraries to be able to debug. All you need is debug symbols. Then you can use the VC 2005 IDE debugger to debug the code you've generated with the free tools. Hajo |