Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlocalization tools Pin
jim4563-Nov-05 10:22
jim4563-Nov-05 10:22 
AnswerRe: localization tools Pin
softwareguy12-Apr-06 3:51
softwareguy12-Apr-06 3:51 
Questionmultiple filename for single resource Pin
jim4563-Nov-05 10:17
jim4563-Nov-05 10:17 
QuestionList Ctrl and LVS_EX_HEADERDRAGDROP Pin
#realJSOP3-Nov-05 9:50
professional#realJSOP3-Nov-05 9:50 
GeneralRe: List Ctrl and LVS_EX_HEADERDRAGDROP Pin
Shog93-Nov-05 10:47
sitebuilderShog93-Nov-05 10:47 
QuestionApp crashes Pin
ita_cas3-Nov-05 9:45
ita_cas3-Nov-05 9:45 
AnswerRe: App crashes Pin
Christian Graus3-Nov-05 11:19
protectorChristian Graus3-Nov-05 11:19 
AnswerRe: App crashes Pin
kakan3-Nov-05 19:12
professionalkakan3-Nov-05 19:12 
Hello.

You say the crash happens in ntdll.dll. That normally indicates that you are calling some function in ntdll with invalid parameter(s).

The most common cause of such a behaviour (in my experience) is either uninitialized variables or using freed memory in function calls to ntdll.
If it works well in debug mode, you should definately look for uninitialized variables.
Remember that allocated memory is filled with nulls in debug builds, and completetly uninitialized in release builds, contaning garbage.

If your app crashes in your code, read this splendid and utterly useful article:
http://www.codeproject.com/debug/mapfile.asp[^]

That article has been of great help to me.

Kakan
Questiontooltips in MDI app Pin
cje3-Nov-05 9:22
cje3-Nov-05 9:22 
QuestionCListCtrl Pin
DanYELL3-Nov-05 8:12
DanYELL3-Nov-05 8:12 
AnswerRe: CListCtrl Pin
act_x3-Nov-05 8:53
act_x3-Nov-05 8:53 
AnswerRe: CListCtrl Pin
Ravi Bhavnani3-Nov-05 11:00
professionalRavi Bhavnani3-Nov-05 11:00 
QuestionWindows Hooks Pin
act_x3-Nov-05 7:29
act_x3-Nov-05 7:29 
QuestionRe: Windows Hooks Pin
David Crow3-Nov-05 7:51
David Crow3-Nov-05 7:51 
AnswerRe: Windows Hooks Pin
act_x3-Nov-05 8:49
act_x3-Nov-05 8:49 
QuestionRe: Windows Hooks Pin
David Crow3-Nov-05 8:54
David Crow3-Nov-05 8:54 
AnswerRe: Windows Hooks Pin
act_x3-Nov-05 8:56
act_x3-Nov-05 8:56 
AnswerRe: Windows Hooks Pin
Blake Miller3-Nov-05 10:38
Blake Miller3-Nov-05 10:38 
GeneralRe: Windows Hooks Pin
act_x6-Nov-05 15:25
act_x6-Nov-05 15:25 
GeneralRe: Windows Hooks Pin
Blake Miller7-Nov-05 4:55
Blake Miller7-Nov-05 4:55 
GeneralRe: Windows Hooks Pin
act_x8-Nov-05 15:04
act_x8-Nov-05 15:04 
QuestionPlease help me Pin
dSolariuM3-Nov-05 6:31
dSolariuM3-Nov-05 6:31 
AnswerRe: Please help me Pin
David Crow3-Nov-05 7:48
David Crow3-Nov-05 7:48 
AnswerRe: Please help me Pin
Christian Graus3-Nov-05 11:20
protectorChristian Graus3-Nov-05 11:20 
Questionlocate the memory adress Pin
valerie993-Nov-05 6:13
valerie993-Nov-05 6:13 

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.