Click here to Skip to main content
15,916,288 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to access all the Editboxes in a form. Pin
Anand Todkar16-Oct-07 2:34
Anand Todkar16-Oct-07 2:34 
GeneralRe: How to access all the Editboxes in a form. Pin
CodingLover15-Oct-07 19:26
CodingLover15-Oct-07 19:26 
GeneralRe: How to access all the Editboxes in a form. Pin
Hamid_RT15-Oct-07 19:38
Hamid_RT15-Oct-07 19:38 
GeneralRe: How to access all the Editboxes in a form. Pin
CodingLover15-Oct-07 19:47
CodingLover15-Oct-07 19:47 
AnswerRe: How to access all the Editboxes in a form. Pin
Naveen15-Oct-07 19:25
Naveen15-Oct-07 19:25 
GeneralRe: How to access all the Editboxes in a form. Pin
Anand Todkar15-Oct-07 19:31
Anand Todkar15-Oct-07 19:31 
AnswerRe: How to access all the Editboxes in a form. Pin
Nelek15-Oct-07 21:03
protectorNelek15-Oct-07 21:03 
QuestionList iteration Problem [modified] Pin
ashishbhatt15-Oct-07 19:04
ashishbhatt15-Oct-07 19:04 
Hi All,

I am using list class in my project(MFC Application). I have made list like .....

typedef std::list<rect> rectlist; // Here list is of type RECT

in one header file. And during my project execution I am storing rectangles in the list.

And now,When I use list iterator in another class like below....( I have already included its header file in using class)

rectlist::iterator i;

And i use this iterator like below in any other function......

for (i = rects.begin(); i != rects.end(); i++)
{
CaptureScreen(*i, m_mainbuff); // Error is here
}


I got error msg like ...

list iterator not dereferencable

at runtime in debug assertion Failed Box.

Thanks in Advance...

Ashish



-- modified at 1:10 Tuesday 16th October, 2007
AnswerRe: List iteration Problem Pin
zakkas248315-Oct-07 20:11
zakkas248315-Oct-07 20:11 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 20:29
ashishbhatt15-Oct-07 20:29 
GeneralRe: List iteration Problem Pin
Nelek15-Oct-07 21:05
protectorNelek15-Oct-07 21:05 
GeneralRe: List iteration Problem Pin
zakkas248315-Oct-07 21:38
zakkas248315-Oct-07 21:38 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 22:06
ashishbhatt15-Oct-07 22:06 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 22:17
ashishbhatt15-Oct-07 22:17 
GeneralRe: List iteration Problem Pin
zakkas248315-Oct-07 22:59
zakkas248315-Oct-07 22:59 
GeneralRe: List iteration Problem Pin
ashishbhatt15-Oct-07 23:16
ashishbhatt15-Oct-07 23:16 
GeneralRe: List iteration Problem Pin
David Crow16-Oct-07 2:29
David Crow16-Oct-07 2:29 
GeneralRe: List iteration Problem Pin
David Crow16-Oct-07 2:30
David Crow16-Oct-07 2:30 
QuestionBuild error in calling static library function Pin
MKUser15-Oct-07 16:59
MKUser15-Oct-07 16:59 
QuestionMonitoring files Pin
dArK cHAriSmA15-Oct-07 16:06
dArK cHAriSmA15-Oct-07 16:06 
AnswerRe: Monitoring files [modified] Pin
azonenberg15-Oct-07 17:52
azonenberg15-Oct-07 17:52 
AnswerRe: Monitoring files Pin
Hamid_RT15-Oct-07 19:32
Hamid_RT15-Oct-07 19:32 
QuestionVS6.0 Modeless Dialog as a static library or DLL Pin
Ralph_L15-Oct-07 9:48
Ralph_L15-Oct-07 9:48 
AnswerRe: VS6.0 Modeless Dialog as a static library or DLL Pin
Mark Salsbery15-Oct-07 10:26
Mark Salsbery15-Oct-07 10:26 
GeneralRe: VS6.0 Modeless Dialog as a static library or DLL Pin
#realJSOP15-Oct-07 11:00
professional#realJSOP15-Oct-07 11:00 

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.