Click here to Skip to main content
15,911,306 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading/Writing LNK files Pin
alex.barylski26-Mar-02 16:59
alex.barylski26-Mar-02 16:59 
GeneralRe: Reading/Writing LNK files Pin
PJ Arends26-Mar-02 18:50
professionalPJ Arends26-Mar-02 18:50 
GeneralCustom toolbar's Pin
alex.barylski26-Mar-02 16:43
alex.barylski26-Mar-02 16:43 
GeneralRe: Custom toolbar's Pin
Shog926-Mar-02 18:02
sitebuilderShog926-Mar-02 18:02 
GeneralDebugging Recursive functions Pin
John Cruz26-Mar-02 16:38
John Cruz26-Mar-02 16:38 
GeneralRe: Debugging Recursive functions Pin
Paul M Watt26-Mar-02 16:44
mentorPaul M Watt26-Mar-02 16:44 
GeneralInput from tablet Pin
26-Mar-02 15:46
suss26-Mar-02 15:46 
GeneralCannot open ClassWizard???!!!!!! Pin
ChiYung26-Mar-02 13:41
ChiYung26-Mar-02 13:41 
Hi, i have this error message when i try to open ClassWizard:

Parsing error: Expected end-of-line.
Input Line: "enum {IDD = IDD_MY454PROJECT_DIALOG};
ON_BN_CLICKED(IDC_BUTTON1, OnButton1)"

Here is my code in:

...Dlg.cpp
BEGIN_MESSAGE_MAP(CMy454ProjectDlg, CDialog)
//{{AFX_MSG_MAP(CMy454ProjectDlg)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
ON_BN_CLICKED(IDC_START_BUTTON, OnStartButton)
ON_BN_CLICKED(IDC_STRICT_2PL_RADIO, OnStrict2plRadio)
ON_BN_CLICKED(IDC_2PL_RADIO, On2plRadio)
ON_BN_CLICKED(IDC_LOCK_X_RADIO, OnLockXRadio)
ON_BN_CLICKED(IDC_LOCK_S_X_RADIO, OnLockSXRadio)
ON_LBN_DBLCLK(IDC_WAITQUEUE, OnDblclkWaitqueue)
ON_BN_CLICKED(IDC_BUTTON1, OnButton1)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

And ....Dlg.h:
// Dialog Data
//{{AFX_DATA(CMy454ProjectDlg)
enum { IDD = IDD_MY454PROJECT_DIALOG };
CListBox m_WaitQueue;
CButton m_Strict2PL_RadioControl;
CButton m_LockSX_RadioControl;
CButton m_LockX_RadioControl;
CButton m_2PL_RadioControl;
int m_LengthOfSimulation;
int m_NumOfDBObject;
int m_NumOfUsers;
int m_NumOfOp_MAX;
int m_NumOfOp_MIN;
int m_WriteOpTime;
float m_PercentOfWrite_MAX;
float m_PercentOfWrite_MIN;
//}}AFX_DATA

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy454ProjectDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL


Can you help me???
GeneralRe: Cannot open ClassWizard???!!!!!! Pin
Chris Maunder26-Mar-02 17:33
cofounderChris Maunder26-Mar-02 17:33 
GeneralToDo::AutoRun for starting a cd Pin
antoine@orchus-tech26-Mar-02 13:16
antoine@orchus-tech26-Mar-02 13:16 
GeneralRe: ToDo::AutoRun for starting a cd Pin
Tomasz Sowinski26-Mar-02 13:20
Tomasz Sowinski26-Mar-02 13:20 
GeneralRe: ToDo::AutoRun for starting a cd Pin
David Wengier26-Mar-02 13:36
David Wengier26-Mar-02 13:36 
Questionhow to print custom fonts and styles Pin
Peterrynan26-Mar-02 12:27
Peterrynan26-Mar-02 12:27 
GeneralITextDocument::GetSelection Pin
Blade[DMS]26-Mar-02 12:26
Blade[DMS]26-Mar-02 12:26 
GeneralRe: ITextDocument::GetSelection < Formatting gone awry Pin
Blade[DMS]26-Mar-02 12:32
Blade[DMS]26-Mar-02 12:32 
GeneralRe: ITextDocument::GetSelection < Formatting gone awry Pin
Tomasz Sowinski26-Mar-02 12:38
Tomasz Sowinski26-Mar-02 12:38 
GeneralRe: ITextDocument::GetSelection < Formatting gone awry Pin
Blade[DMS]26-Mar-02 22:17
Blade[DMS]26-Mar-02 22:17 
Generalhelp files in C++ Pin
RalfPeter26-Mar-02 12:18
RalfPeter26-Mar-02 12:18 
GeneralRe: help files in C++ Pin
Paul M Watt26-Mar-02 13:30
mentorPaul M Watt26-Mar-02 13:30 
GeneralRe: help files in C++ Pin
Jeremy Falcon26-Mar-02 16:39
professionalJeremy Falcon26-Mar-02 16:39 
GeneralRe: help files in C++ Pin
lucy28-May-02 5:12
lucy28-May-02 5:12 
QuestionDebug/Release problem? Pin
MarkPQ26-Mar-02 12:19
MarkPQ26-Mar-02 12:19 
AnswerRe: Debug/Release problem? Pin
Tomasz Sowinski26-Mar-02 12:24
Tomasz Sowinski26-Mar-02 12:24 
GeneralRe: Debug/Release problem? Pin
MarkPQ26-Mar-02 12:30
MarkPQ26-Mar-02 12:30 
GeneralRe: Debug/Release problem? Pin
MarkPQ26-Mar-02 13:24
MarkPQ26-Mar-02 13:24 

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.