Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help! How to get Windows installation key Pin
David Crow6-Jun-06 4:11
David Crow6-Jun-06 4:11 
GeneralRe: Help! How to get Windows installation key Pin
ytsau6-Jun-06 4:18
ytsau6-Jun-06 4:18 
GeneralRe: Help! How to get Windows installation key Pin
David Crow6-Jun-06 4:30
David Crow6-Jun-06 4:30 
GeneralRe: Here is how to get Windows installation key Pin
ytsau6-Jun-06 7:14
ytsau6-Jun-06 7:14 
GeneralRe: Here is how to get Windows installation key Pin
David Crow6-Jun-06 7:29
David Crow6-Jun-06 7:29 
GeneralRe: Help! How to get Windows installation key Pin
Viorel.6-Jun-06 4:33
Viorel.6-Jun-06 4:33 
GeneralRe: Help! How to get Windows installation key Pin
David Crow6-Jun-06 4:43
David Crow6-Jun-06 4:43 
QuestionProblem during MFC programming [modified] Pin
Aqueel6-Jun-06 2:31
Aqueel6-Jun-06 2:31 
Hi I am working with dialog based application. Below is the snapshot of first part of dialog class of my project.

class CFileSenderDlg : public CDialog<br />
{<br />
// Construction<br />
public:<br />
	CFileSenderDlg(CWnd* pParent = NULL);	// standard constructor<br />
	void setStatus(CString);				// function to set status string<br />
	// Dialog Data<br />
	//{{AFX_DATA(CFileSenderDlg)<br />
	enum { IDD = IDD_FILESENDER_DIALOG };<br />
	CString	filePath;<br />
	CString	status;<br />
	//}}AFX_DATA<br />
<br />
	// ClassWizard generated virtual function overrides<br />
	//{{AFX_VIRTUAL(CFileSenderDlg)<br />
	protected:<br />
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support<br />
	//}}AFX_VIRTUAL

and so on.

But i am recieving an error on
enum { IDD = IDD_FILESENDER_DIALOG };

And that is
error C2065: 'IDD_FILESENDER_DIALOG' : undeclared identifier
error C2057: expected constant expression

Can anyone please tell me why this error occurs.
Thank you


We Believe in Excellence
www.aqueelmirza.cjb.net

-- modified at 8:34 Tuesday 6th June, 2006
AnswerRe: Problem during MFC programming Pin
Laxman Auti6-Jun-06 2:34
Laxman Auti6-Jun-06 2:34 
GeneralRe: Problem during MFC programming Pin
Aqueel6-Jun-06 2:44
Aqueel6-Jun-06 2:44 
GeneralRe: Problem during MFC programming Pin
khan++6-Jun-06 2:50
khan++6-Jun-06 2:50 
QuestionRe: Problem during MFC programming Pin
Hamid_RT6-Jun-06 2:53
Hamid_RT6-Jun-06 2:53 
GeneralRe: Problem during MFC programming Pin
Laxman Auti6-Jun-06 3:03
Laxman Auti6-Jun-06 3:03 
GeneralRe: Problem during MFC programming Pin
Aqueel6-Jun-06 3:17
Aqueel6-Jun-06 3:17 
QuestionRe: Problem during MFC programming [modified] Pin
David Crow6-Jun-06 2:47
David Crow6-Jun-06 2:47 
AnswerRe: Problem during MFC programming [modified] Pin
Aqueel6-Jun-06 3:04
Aqueel6-Jun-06 3:04 
AnswerI got a point Pin
Aqueel6-Jun-06 3:38
Aqueel6-Jun-06 3:38 
QuestionRe: I got a point Pin
David Crow6-Jun-06 4:14
David Crow6-Jun-06 4:14 
AnswerRe: I got a point Pin
Aqueel6-Jun-06 4:17
Aqueel6-Jun-06 4:17 
GeneralRe: I got a point Pin
David Crow6-Jun-06 4:44
David Crow6-Jun-06 4:44 
GeneralRe: I got a point Pin
Hamid_RT6-Jun-06 18:59
Hamid_RT6-Jun-06 18:59 
QuestionError in MSHTML.h file Pin
Anamika20056-Jun-06 2:21
Anamika20056-Jun-06 2:21 
AnswerRe: Error in MSHTML.h file Pin
toxcct6-Jun-06 2:27
toxcct6-Jun-06 2:27 
AnswerRe: Error in MSHTML.h file Pin
khan++6-Jun-06 2:35
khan++6-Jun-06 2:35 
AnswerRe: Error in MSHTML.h file Pin
Hamid_RT6-Jun-06 2:39
Hamid_RT6-Jun-06 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.