RE: [litwindow-users] Re: vs 2005 compilation
Status: Alpha
Brought to you by:
hajokirchhoff
From: yrs90 <yr...@ya...> - 2005-04-20 14:54:14
|
> Did you rebuild the litwindow library with the new tools? I did indeed. I'm starting to understand the code a little better. The code does what it's intended to do. I think the assertion was introduced to catch people who compare different objects by accident. In this case, the fact that they are different objects is what we want to know. If the find had failed the original iterator would have been returned. I think one possible solution (assuming support for VS8 in debug mode is important) is to introduce a first order check that asks if they iterators point to different objects. I am trying to decipher how to query the iterator type now. > You don't have to. Just pass the relevant 'generate debug symbols' > switch to the compiler and also pass the 'create program database' > switch to the linker. This is good to know. Thanks. Regards, Joel --- [This E-mail scanned for viruses by Declude Virus] |