Re: MFC app creating exception

From: Yannick Chamming's [eMVP] (ychammings_nospam_at_adeset.com)
Date: 02/28/05


Date: Mon, 28 Feb 2005 08:31:30 +0100

for MFC support in the SDK, you just need to check it when exporting SDK.

If you found afxres.h and set the complete path, you should not meet the
inclusion error. You probably have another issue.

BR
Y.

--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADENEO (ADESET)
Windows Embedded Manager
ychammings AT adeset DOT com>
http://www.adeset.com
Tél  : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
<shrinivasnh@gmail.com> wrote in message
news:1109324180.085149.24540@f14g2000cwb.googlegroups.com...
> I have found the reason for exception,It showed that create windoeEx
> failedThat is because we excluded tha .rc file frojm the build menu
> .But the problem is when we include that file we get error as
> "afxres.h" not found.
> in project setting we also give the path of the file but same error
> pls let me know how to solve this and which components to add in the
> image to support MFC application
>