|
Posted by djarjar on July 5, 2005, 11:04 pm
Please log in for more thread options
Just a precision...
In fact I'm not copying the afxres.h file to my project but a newres.h that
I got from a sample project. After, I need to edit the resource file and to
replace afxres.h with the newres.h.
"djarjar" wrote:
> Hi,
>
> I would like to add an UI to my application using Dialog boxes. The problem
> is that when I insert my dialog box in my project (automatically created by
> evc4), I have an error telling me that the include file "afxres.h" cannot be
> opened.
>
> This include file is only present in the Pocket PC 2003 SDK. Does that mean
> that DialogBox cannot be used on Smartphone?
> Now, if I copy the header file in my project, It's working but I'm afraid
> not to do it in the right way.
>
> How to proceed?
>
> Thanks a lot in advance ;-)
>
>
>
|