MFC Create() window on XPE

  • Thread starter Thread starter Alpha
  • Start date Start date
A

Alpha

A prompt on XPE came out telling that my MFC exe application has an error.

"Hello MFC Application has encountered a problem and needs to close. We are
sorry for the inconvenience."

I have make some checkpoints on my source code and knowing that the
following statement leading the problem:

if(pWnd->Create() == FALSE)
return FALSE;

This should be a very striaght forward statement on MFC, also there is no
problem on my XP Pro.

I'm suspecting that if I have missed something.
Can anyone help me?

Thanks.
 
The problem is cleared now!!
I've just added all DAO supporting components and the problem disappeared.
 
Back
Top