Click here to Skip to main content
15,901,666 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Run time combo box Pin
Mark Salsbery21-Dec-07 8:42
Mark Salsbery21-Dec-07 8:42 
GeneralDirectShow / DMO Effects Pin
Robert Fiegender20-Dec-07 12:49
sussRobert Fiegender20-Dec-07 12:49 
QuestionHow to access program call arguments? Pin
Anthony Appleyard20-Dec-07 12:10
Anthony Appleyard20-Dec-07 12:10 
AnswerRe: How to access program call arguments? Pin
Steve Echols20-Dec-07 12:22
Steve Echols20-Dec-07 12:22 
GeneralRe: How to access program call arguments? Pin
Anthony Appleyard20-Dec-07 20:31
Anthony Appleyard20-Dec-07 20:31 
AnswerRe: How to access program call arguments? Pin
CPallini20-Dec-07 12:28
mveCPallini20-Dec-07 12:28 
GeneralGetting objects in ROT Pin
Akin Ocal20-Dec-07 12:07
Akin Ocal20-Dec-07 12:07 
GeneralRe: Getting objects in ROT Pin
Stephen Hewitt20-Dec-07 13:55
Stephen Hewitt20-Dec-07 13:55 
Generalifstream slow to close Pin
Budric B.20-Dec-07 11:05
Budric B.20-Dec-07 11:05 
QuestionRuntime error - incompatible iterator - why??? Pin
Philstix20-Dec-07 10:47
Philstix20-Dec-07 10:47 
GeneralRe: Runtime error - incompatible iterator - why??? Pin
Philstix20-Dec-07 10:50
Philstix20-Dec-07 10:50 
GeneralRe: Runtime error - incompatible iterator - why??? Pin
Philstix20-Dec-07 10:53
Philstix20-Dec-07 10:53 
GeneralRe: Runtime error - incompatible iterator - why??? Pin
CPallini20-Dec-07 11:37
mveCPallini20-Dec-07 11:37 
QuestionRe: Runtime error - incompatible iterator - why??? Pin
Philstix20-Dec-07 15:34
Philstix20-Dec-07 15:34 
GeneralRe: Runtime error - incompatible iterator - why??? Pin
Stephen Hewitt20-Dec-07 15:36
Stephen Hewitt20-Dec-07 15:36 
GeneralRe: Runtime error - incompatible iterator - why??? Pin
Philstix20-Dec-07 17:28
Philstix20-Dec-07 17:28 
Thanks for replying.

The assertion isn't in my code as such it's in line 238 of the vector header file:

#if _HAS_ITERATOR_DEBUGGING
	void _Compat(const _Myt& _Right) const
		{	// test for compatible iterator pair
		if (this->_Mycont == 0 || this->_Mycont != _Right._Mycont)
			{
			_DEBUG_ERROR("vector iterators incompatible"); // line 238
			_SCL_SECURE_INVALID_ARGUMENT;
			}
		}
 #endif /* _HAS_ITERATOR_DEBUGGING */


I assume I could somehow disable iterator debugging to get around this error, but I would like to know why I'm getting the error in the first place. Am I doing something wrong? The iterators both come from the same vector object, so how could they be incompatible?

Phil
GeneralClass/struct declarations and bit patterns Pin
Anthony Appleyard20-Dec-07 10:43
Anthony Appleyard20-Dec-07 10:43 
GeneralRe: Class/struct declarations and bit patterns Pin
CPallini20-Dec-07 11:19
mveCPallini20-Dec-07 11:19 
GeneralRe: Class/struct declarations and bit patterns Pin
Anthony Appleyard20-Dec-07 11:56
Anthony Appleyard20-Dec-07 11:56 
GeneralGood Luck! Pin
CPallini20-Dec-07 12:45
mveCPallini20-Dec-07 12:45 
GeneralRe: Class/struct declarations and bit patterns [modified] Pin
Mark Salsbery20-Dec-07 13:22
Mark Salsbery20-Dec-07 13:22 
GeneralAfter a picture is tranformed by GDI+, mouse cursor point problem Pin
followait20-Dec-07 5:57
followait20-Dec-07 5:57 
GeneralRe: After a picture is tranformed by GDI+, mouse cursor point problem Pin
CPallini20-Dec-07 10:16
mveCPallini20-Dec-07 10:16 
Generalplzz hlep Pin
coderwizard20-Dec-07 3:45
coderwizard20-Dec-07 3:45 
GeneralRe: plzz hlep Pin
George L. Jackson20-Dec-07 4:54
George L. Jackson20-Dec-07 4:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.