MFC Create() window on XPE

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.
 
A

Alpha

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top