Click here to Skip to main content
16,006,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Syntax error Pin
Laxman Auti10-Apr-06 1:55
Laxman Auti10-Apr-06 1:55 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 2:06
parichaybp10-Apr-06 2:06 
GeneralRe: Syntax error Pin
toxcct10-Apr-06 2:10
toxcct10-Apr-06 2:10 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 2:19
parichaybp10-Apr-06 2:19 
AnswerRe: Syntax error Pin
eli1502197910-Apr-06 2:12
eli1502197910-Apr-06 2:12 
GeneralRe: Syntax error Pin
toxcct10-Apr-06 2:15
toxcct10-Apr-06 2:15 
GeneralRe: Syntax error Pin
eli1502197910-Apr-06 2:21
eli1502197910-Apr-06 2:21 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 2:27
parichaybp10-Apr-06 2:27 
// UpdateDlg.cpp : implementation file
//

#include "stdafx.h"
#include "DesktopSearch.h"
#include "StatusDlg.h"
#include "CreateDlg.h"
#include "UpdateDlg.h"
#include "FoldersDialog.h"


----------------------------------

//UpdateDlg.h file

#if !defined(AFX_UPDATEDLG_H__440FE7B3_AA09_4A4C_8F1B_6E86EAE82E27__INCLUDED_)
#define AFX_UPDATEDLG_H__440FE7B3_AA09_4A4C_8F1B_6E86EAE82E27__INCLUDED_

#include "StatusDlg.h" // Added by ClassView
#include "CreateDlg.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// UpdateDlg.h : header file
//

----------------------------------------------------
UpdateDlg.h

private:
CCreateDlg m_dCreateDlg;//error
CStatusDlg m_dStatusDlg;

----------------------------------------------

--------------------Configuration: DesktopSearch - Win32 Debug--------------------
Compiling...
UpdateDlg.cpp
d:\parichay\desktopsearch\desktopsearch\updatedlg.h(54) : error C2146: syntax error : missing ';' before identifier 'm_dCreateDlg'
d:\parichay\desktopsearch\desktopsearch\updatedlg.h(54) : error C2501: 'CCreateDlg' : missing storage-class or type specifiers
d:\parichay\desktopsearch\desktopsearch\updatedlg.h(54) : error C2501: 'm_dCreateDlg' : missing storage-class or type specifiers
Error executing cl.exe.

DesktopSearch.exe - 3 error(s), 0 warning(s)

GeneralRe: Syntax error Pin
eli1502197910-Apr-06 2:52
eli1502197910-Apr-06 2:52 
AnswerRe: Syntax error Pin
khan++10-Apr-06 4:55
khan++10-Apr-06 4:55 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 18:33
parichaybp10-Apr-06 18:33 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 20:29
parichaybp10-Apr-06 20:29 
GeneralRe: Syntax error Pin
khan++11-Apr-06 20:35
khan++11-Apr-06 20:35 
QuestionProblem in Print Preview of Static Library build Pin
Sarvan AL10-Apr-06 1:38
Sarvan AL10-Apr-06 1:38 
QuestionWhat are things I need to know while using a third party Dll in my project Pin
Krishnatv10-Apr-06 1:32
Krishnatv10-Apr-06 1:32 
AnswerRe: What are things I need to know while using a third party Dll in my project Pin
Laxman Auti10-Apr-06 1:45
Laxman Auti10-Apr-06 1:45 
Questionx64 vs x86 performance, strange results? Pin
Burtraskkutaren10-Apr-06 1:31
Burtraskkutaren10-Apr-06 1:31 
AnswerRe: x64 vs x86 performance, strange results? Pin
cmk10-Apr-06 9:49
cmk10-Apr-06 9:49 
GeneralRe: x64 vs x86 performance, strange results? Pin
Burtraskkutaren10-Apr-06 20:31
Burtraskkutaren10-Apr-06 20:31 
GeneralRe: x64 vs x86 performance, strange results? Pin
cmk10-Apr-06 21:16
cmk10-Apr-06 21:16 
GeneralRe: x64 vs x86 performance, strange results? Pin
Burtraskkutaren10-Apr-06 22:18
Burtraskkutaren10-Apr-06 22:18 
Questionwin32 DLL programming Pin
Zerox MXI10-Apr-06 1:18
Zerox MXI10-Apr-06 1:18 
AnswerRe: win32 DLL programming Pin
Laxman Auti10-Apr-06 1:28
Laxman Auti10-Apr-06 1:28 
QuestionTool tip never comes after time out Pin
amitgpatil@gmail.com10-Apr-06 1:11
amitgpatil@gmail.com10-Apr-06 1:11 
AnswerRe: Tool tip never comes after time out Pin
Ganesh_T10-Apr-06 1:28
Ganesh_T10-Apr-06 1:28 

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.