Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UpdateAllViews Pin
SandipG 2-Jun-08 1:57
SandipG 2-Jun-08 1:57 
AnswerRe: UpdateAllViews Pin
Nelek2-Jun-08 4:43
protectorNelek2-Jun-08 4:43 
QuestionA Simple Password Generator Pin
Werty fool2-Jun-08 0:27
Werty fool2-Jun-08 0:27 
AnswerRe: A Simple Password Generator Pin
CPallini2-Jun-08 0:52
mveCPallini2-Jun-08 0:52 
AnswerRe: A Simple Password Generator Pin
James R. Twine2-Jun-08 2:54
James R. Twine2-Jun-08 2:54 
GeneralRe: A Simple Password Generator Pin
Werty fool2-Jun-08 5:32
Werty fool2-Jun-08 5:32 
QuestionApplication Crashes while shutting down service. Pin
andspeed1-Jun-08 23:58
andspeed1-Jun-08 23:58 
AnswerRe: Application Crashes while shutting down service. Pin
CDP18022-Jun-08 0:28
CDP18022-Jun-08 0:28 
Hard to tell without knowing more. It's just guessing, but I would look at the following things:

1) Perhaps something is released too early while shutting down, causing this problem in a later step. A look at the sequence in which objects are released and functions are called may help.

2) Examine the parameters of the functions that do the shutting down and cleaning up. Perhaps one of them can't handle an invalid parameter, a NULL pointer for example. Use the debugger and examine the passed parameters, especially at the function call which results in the error.

A while ago he asked me what he should have printed on my business cards. I said 'Wizard'.

I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

GeneralRe: Application Crashes while shutting down service. Pin
andspeed2-Jun-08 9:17
andspeed2-Jun-08 9:17 
AnswerRe: Application Crashes while shutting down service. Pin
SandipG 2-Jun-08 1:17
SandipG 2-Jun-08 1:17 
Questiondll problem Pin
prithaa1-Jun-08 23:52
prithaa1-Jun-08 23:52 
AnswerRe: dll problem Pin
prithaa2-Jun-08 0:00
prithaa2-Jun-08 0:00 
GeneralRe: dll problem Pin
Graham Shanks2-Jun-08 2:50
Graham Shanks2-Jun-08 2:50 
QuestionAbout Read and Receive new message Pin
savitri1-Jun-08 23:17
savitri1-Jun-08 23:17 
AnswerRe: About Read and Receive new message Pin
Cedric Moonen1-Jun-08 23:44
Cedric Moonen1-Jun-08 23:44 
JokeRe: About Read and Receive new message Pin
Rajesh R Subramanian1-Jun-08 23:48
professionalRajesh R Subramanian1-Jun-08 23:48 
GeneralRe: About Read and Receive new message Pin
savitri2-Jun-08 0:07
savitri2-Jun-08 0:07 
GeneralRe: About Read and Receive new message Pin
Cedric Moonen2-Jun-08 0:41
Cedric Moonen2-Jun-08 0:41 
GeneralRe: About Read and Receive new message Pin
Rajesh R Subramanian2-Jun-08 0:59
professionalRajesh R Subramanian2-Jun-08 0:59 
AnswerRe: About Read and Receive new message Pin
_AnsHUMAN_ 2-Jun-08 0:22
_AnsHUMAN_ 2-Jun-08 0:22 
AnswerRe: About Read and Receive new message [modified] Pin
SandipG 2-Jun-08 0:57
SandipG 2-Jun-08 0:57 
AnswerRe: About Read and Receive new message Pin
Hamid_RT3-Jun-08 1:11
Hamid_RT3-Jun-08 1:11 
QuestionGetFileAttributes Pin
john56321-Jun-08 23:11
john56321-Jun-08 23:11 
AnswerRe: GetFileAttributes Pin
_AnsHUMAN_ 1-Jun-08 23:36
_AnsHUMAN_ 1-Jun-08 23:36 
AnswerRe: GetFileAttributes Pin
Hamid_RT3-Jun-08 1:08
Hamid_RT3-Jun-08 1:08 

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.