Click here to Skip to main content
15,888,263 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: copying an array of bytes to another array Pin
chaitanya223-Mar-06 5:51
chaitanya223-Mar-06 5:51 
QuestionRe: copying an array of bytes to another array Pin
David Crow3-Mar-06 6:05
David Crow3-Mar-06 6:05 
AnswerRe: copying an array of bytes to another array Pin
chaitanya223-Mar-06 6:09
chaitanya223-Mar-06 6:09 
QuestionPARAFORMAT2 Structure Pin
Richard_483-Mar-06 5:10
Richard_483-Mar-06 5:10 
AnswerRe: PARAFORMAT2 Structure Pin
Jeremy Falcon3-Mar-06 7:26
professionalJeremy Falcon3-Mar-06 7:26 
QuestionStack overflows Pin
Waldermort3-Mar-06 4:14
Waldermort3-Mar-06 4:14 
AnswerRe: Stack overflows Pin
David Crow3-Mar-06 4:33
David Crow3-Mar-06 4:33 
GeneralRe: Stack overflows Pin
Waldermort3-Mar-06 4:57
Waldermort3-Mar-06 4:57 
I know this probably means nothing, but this is the top end of the call stack
USER32! 77d61ee3()
USER32! 77d43a68()
USER32! 77d43b37()
USER32! 77d4546b()
USER32! 77d5a3aa()
USER32! 77d5a4f0()
USER32! 77d43a68()
USER32! 77d43b37()
USER32! 77d4546b()
USER32! 77d45f69()
cDisplay::get_student_id(std::vector<_RECORD,std::allocator<_RECORD> > & {...}) line 510 + 24 bytes
cParse::display_student_record() line 633 + 18 bytes
DlgProc(HWND__ * 0x001c0698, unsigned int 78, unsigned int 1000, long 210508) line 103

which suggets to me that the problem is within USER32. But then again I may be wrong. Any ideas?
QuestionRe: Stack overflows Pin
David Crow3-Mar-06 5:56
David Crow3-Mar-06 5:56 
AnswerRe: Stack overflows Pin
Waldermort3-Mar-06 6:18
Waldermort3-Mar-06 6:18 
QuestionRe: Stack overflows Pin
David Crow3-Mar-06 6:35
David Crow3-Mar-06 6:35 
AnswerRe: Stack overflows Pin
Waldermort3-Mar-06 15:59
Waldermort3-Mar-06 15:59 
GeneralRe: Stack overflows Pin
Waldermort3-Mar-06 5:53
Waldermort3-Mar-06 5:53 
QuestionRe: Stack overflows Pin
David Crow3-Mar-06 5:59
David Crow3-Mar-06 5:59 
AnswerRe: Stack overflows Pin
Waldermort3-Mar-06 6:28
Waldermort3-Mar-06 6:28 
Questionstd c++ structures Pin
Peter Charlesworth3-Mar-06 3:29
Peter Charlesworth3-Mar-06 3:29 
AnswerRe: std c++ structures Pin
Cedric Moonen3-Mar-06 3:38
Cedric Moonen3-Mar-06 3:38 
GeneralRe: std c++ structures Pin
Peter Charlesworth3-Mar-06 12:02
Peter Charlesworth3-Mar-06 12:02 
AnswerRe: std c++ structures Pin
Maximilien3-Mar-06 3:39
Maximilien3-Mar-06 3:39 
GeneralRe: std c++ structures Pin
Peter Charlesworth3-Mar-06 12:06
Peter Charlesworth3-Mar-06 12:06 
AnswerRe: std c++ structures Pin
toxcct3-Mar-06 3:49
toxcct3-Mar-06 3:49 
GeneralRe: std c++ structures Pin
Peter Charlesworth3-Mar-06 12:04
Peter Charlesworth3-Mar-06 12:04 
AnswerRe: std c++ structures Pin
markkuk3-Mar-06 12:18
markkuk3-Mar-06 12:18 
GeneralRe: std c++ structures Pin
Peter Charlesworth3-Mar-06 12:29
Peter Charlesworth3-Mar-06 12:29 
QuestionDoes kernel driver can invoke GetLogicalDriveStrings()? Pin
momer3-Mar-06 3:20
momer3-Mar-06 3:20 

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.