RE: [litwindow-users] Re: vs 2005 compilation
Status: Alpha
Brought to you by:
hajokirchhoff
From: yrs90 <yr...@ya...> - 2005-04-20 20:02:56
|
Alright, another update: When last I posted, I was trying to resolve a vector iterators incompatible assertion. I got side tracked in my plans to fix the problem because I figured out that I could just disable these checks by defining _HAS_ITERATOR_DEBUGGING=0 and _SECURE_SCL=0. Subsequently, I found http://msdn.microsoft.com/library/en-us/dnvs05/html/VisCExSecApps.asp discussed a little about the _SECURE_SCL flag. Oddly, I still had a little bit of trouble getting it to work at first. It's never as easy as it should be. At one point I was getting this assertion that the iterator list was corrupted. (After staring at it for a while, I guessed that this was due to mismatched object sizes since I hadn't recompiled the litwindow code.) In the end, I recompiled the library and my code all using the flags to disable checks. It works again! Now back to my other problems... --- [This E-mail scanned for viruses by Declude Virus] |