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

C / C++ / MFC

 
GeneralRe: Missing browse info in VC 6.0 Pin
ThatsAlok10-Sep-07 2:17
ThatsAlok10-Sep-07 2:17 
QuestionStart Topic Pin
monsieur_jj9-Sep-07 15:02
monsieur_jj9-Sep-07 15:02 
QuestionLINK : fatal error LNK1561: entry point must be defined?? [modified] Pin
ashokbngr9-Sep-07 14:48
ashokbngr9-Sep-07 14:48 
AnswerRe: LINK : fatal error LNK1561: entry point must be defined?? Pin
Mark Salsbery9-Sep-07 16:09
Mark Salsbery9-Sep-07 16:09 
QuestionStrange exception error while debugging Pin
minike9-Sep-07 14:05
minike9-Sep-07 14:05 
AnswerRe: Strange exception error while debugging Pin
Mark Salsbery9-Sep-07 14:16
Mark Salsbery9-Sep-07 14:16 
GeneralRe: Strange exception error while debugging Pin
minike9-Sep-07 14:41
minike9-Sep-07 14:41 
AnswerRe: Strange exception error while debugging Pin
Stephen Hewitt9-Sep-07 17:20
Stephen Hewitt9-Sep-07 17:20 
There are many things that can cause an access violation; saying “I’m getting an access violation, please help,” is like going to a doctor and simply saying, “I don’t feel well.” At a bare minimum you should provide the following:
- The callstack to the faulting code.
- The source code around the faulting code.

One clue I can see from your description is the address “0xfeeefee8”; it’s nearly 0xfeeefeee. See here[^] for details. It looks like you might have a dangling pointer!


Steve

QuestionDDX_Text in Visual C++ 7.1 Pin
bob169729-Sep-07 11:52
bob169729-Sep-07 11:52 
AnswerRe: DDX_Text in Visual C++ 7.1 Pin
bob1697210-Sep-07 3:56
bob1697210-Sep-07 3:56 
QuestionNew to programming Pin
shortstuff559-Sep-07 11:42
shortstuff559-Sep-07 11:42 
AnswerRe: New to programming Pin
Michael Dunn9-Sep-07 12:18
sitebuilderMichael Dunn9-Sep-07 12:18 
AnswerRe: New to programming Pin
david bagaturia9-Sep-07 20:09
david bagaturia9-Sep-07 20:09 
AnswerRe: New to programming Pin
Hamid_RT9-Sep-07 23:23
Hamid_RT9-Sep-07 23:23 
AnswerRe: New to programming Pin
David Crow10-Sep-07 5:55
David Crow10-Sep-07 5:55 
QuestionProcessing WM_MEASUREITEM message Pin
taliadon9-Sep-07 11:28
taliadon9-Sep-07 11:28 
AnswerRe: Processing WM_MEASUREITEM message Pin
Michael Dunn9-Sep-07 12:23
sitebuilderMichael Dunn9-Sep-07 12:23 
QuestionCString question Pin
locoone9-Sep-07 10:08
locoone9-Sep-07 10:08 
AnswerRe: CString question Pin
Vaclav_9-Sep-07 17:14
Vaclav_9-Sep-07 17:14 
AnswerRe: CString question Pin
David Crow10-Sep-07 6:00
David Crow10-Sep-07 6:00 
GeneralRe: CString question Pin
locoone10-Sep-07 6:40
locoone10-Sep-07 6:40 
GeneralRe: CString question Pin
David Crow10-Sep-07 6:58
David Crow10-Sep-07 6:58 
QuestionCPropertySheet/CPropertPage modified flag Pin
bob169729-Sep-07 9:23
bob169729-Sep-07 9:23 
AnswerRe: CPropertySheet/CPropertPage modified flag Pin
Mark Salsbery9-Sep-07 12:51
Mark Salsbery9-Sep-07 12:51 
GeneralRe: CPropertySheet/CPropertPage modified flag Pin
bob169729-Sep-07 16:30
bob169729-Sep-07 16:30 

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.