Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows 7 UAC prevents my app to write log data PinPopular
Richard Deeming10-May-16 9:11
mveRichard Deeming10-May-16 9:11 
GeneralRe: Windows 7 UAC prevents my app to write log data Pin
sdancer7511-May-16 3:33
sdancer7511-May-16 3:33 
GeneralRe: Windows 7 UAC prevents my app to write log data Pin
Richard Deeming11-May-16 4:31
mveRichard Deeming11-May-16 4:31 
GeneralRe: Windows 7 UAC prevents my app to write log data Pin
sdancer7511-May-16 6:17
sdancer7511-May-16 6:17 
Question0xC000041D: An unhandled exception was encountered during a user callback. Pin
Austin Donaghy6-May-16 12:49
Austin Donaghy6-May-16 12:49 
AnswerRe: 0xC000041D: An unhandled exception was encountered during a user callback. Pin
Richard MacCutchan6-May-16 22:42
mveRichard MacCutchan6-May-16 22:42 
GeneralRe: 0xC000041D: An unhandled exception was encountered during a user callback. Pin
Austin Donaghy7-May-16 0:09
Austin Donaghy7-May-16 0:09 
AnswerRe: 0xC000041D: An unhandled exception was encountered during a user callback. Pin
Jochen Arndt6-May-16 23:01
professionalJochen Arndt6-May-16 23:01 
Message 0x036A is WM_KICKIDLE (defined in afxpriv.h). It is a private MFC message used to update the UI (e.g. menu items, tool bar buttons and the status bar).

So you might check your UI update handlers if one of those is the error source.
GeneralRe: 0xC000041D: An unhandled exception was encountered during a user callback. Pin
Austin Donaghy7-May-16 0:08
Austin Donaghy7-May-16 0:08 
AnswerRe: 0xC000041D: An unhandled exception was encountered during a user callback. Pin
Victor Nijegorodov7-May-16 20:48
Victor Nijegorodov7-May-16 20:48 
AnswerRe: 0xC000041D: An unhandled exception was encountered during a user callback. Pin
leon de boer8-May-16 3:36
leon de boer8-May-16 3:36 
Questionis there any good book about c++ class? Pin
hakan826-May-16 1:07
hakan826-May-16 1:07 
AnswerRe: is there any good book about c++ class? Pin
Richard MacCutchan6-May-16 2:57
mveRichard MacCutchan6-May-16 2:57 
AnswerRe: is there any good book about c++ class? Pin
CPallini9-May-16 21:31
mveCPallini9-May-16 21:31 
QuestionAny Instructions to Compile Wykobi library in C++Builder? Pin
Austin_Cpp5-May-16 12:57
Austin_Cpp5-May-16 12:57 
SuggestionRe: Any Instructions to Compile Wykobi library in C++Builder? Pin
Richard MacCutchan5-May-16 21:13
mveRichard MacCutchan5-May-16 21:13 
QuestionWindows Compatibility Mode Pin
Bram van Kampen4-May-16 15:59
Bram van Kampen4-May-16 15:59 
AnswerRe: Windows Compatibility Mode Pin
leon de boer4-May-16 22:49
leon de boer4-May-16 22:49 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen5-May-16 12:24
Bram van Kampen5-May-16 12:24 
GeneralRe: Windows Compatibility Mode Pin
leon de boer5-May-16 18:50
leon de boer5-May-16 18:50 
GeneralRe: Windows Compatibility Mode Pin
Bram van Kampen6-May-16 16:33
Bram van Kampen6-May-16 16:33 
GeneralRe: Windows Compatibility Mode Pin
leon de boer8-May-16 3:26
leon de boer8-May-16 3:26 
AnswerRe: Windows Compatibility Mode Pin
Graham Breach4-May-16 22:13
Graham Breach4-May-16 22:13 
GeneralRe: Windows Compatibility Mode Pin
leon de boer5-May-16 1:44
leon de boer5-May-16 1:44 
GeneralRe: Windows Compatibility Mode Pin
Graham Breach5-May-16 3:04
Graham Breach5-May-16 3:04 

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.