Re: CDHtmlDialog
From: Frank Hickman [MVP] (fhickman_NOSP_at_M_noblesoft.com)
Date: 01/01/05
- Next message: Frank Hickman [MVP]: "Re: saving value of variable on assert"
- Previous message: Frank Hickman [MVP]: "Re: Menu Not Available from Keyboard"
- In reply to: Neil B: "CDHtmlDialog"
- Next in thread: Neil B: "Re: CDHtmlDialog"
- Reply: Neil B: "Re: CDHtmlDialog"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 1 Jan 2005 03:35:49 -0500
Is resource.h included in the source file that is being compiled at the
error?
--
============
Frank Hickman
Microsoft MVP
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.
"Neil B" <NeilB@discussions.microsoft.com> wrote in message
news:BB54F3F8-241F-4156-9B6F-90B8B5947932@microsoft.com...
> I'm developing an app in C++ using Visual Studio.net. I just created a
> dialog
> box resource of IDD_COMPANY_TYPE using the Dialog Editor and a class of
> CDlgChartOfAccounts using the MFC Class Wizard. In the .h file there was
> an
> enum variable created as follows:
>
> enum { IDD = IDD_COMPANY_TYPE, IDH = IDR_HTML_DLGCHARTOFACCOUNTS };
>
> Both IDD_COMPANY_TYPE and IDR_HTML_DLGCHARTOFACCOUNTS are in the
> Resource.h
> file.
>
> The problem is that the compiler says that both IDD_COMPANY_TYPE and
> IDR_HTML_DLGCHARTOFACCOUNTS are undeclared identifiers. Why doesn't the
> compiler recoginze these resources?
>
> Thanks for any help,
> Neil
- Next message: Frank Hickman [MVP]: "Re: saving value of variable on assert"
- Previous message: Frank Hickman [MVP]: "Re: Menu Not Available from Keyboard"
- In reply to: Neil B: "CDHtmlDialog"
- Next in thread: Neil B: "Re: CDHtmlDialog"
- Reply: Neil B: "Re: CDHtmlDialog"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|