Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to start Visual C++? Pin
xelontr1-Nov-07 1:28
xelontr1-Nov-07 1:28 
AnswerRe: How to start Visual C++? Pin
Hamid_RT1-Nov-07 1:59
Hamid_RT1-Nov-07 1:59 
AnswerRe: How to start Visual C++? Pin
David Crow1-Nov-07 2:52
David Crow1-Nov-07 2:52 
AnswerRe: How to start Visual C++? Pin
saravana0011-Nov-07 2:58
saravana0011-Nov-07 2:58 
AnswerRe: How to start Visual C++? Pin
chandu0041-Nov-07 3:18
chandu0041-Nov-07 3:18 
AnswerRe: How to start Visual C++? Pin
Nemanja Trifunovic1-Nov-07 3:36
Nemanja Trifunovic1-Nov-07 3:36 
AnswerRe: How to start Visual C++? Pin
jp-mocs1-Nov-07 7:13
jp-mocs1-Nov-07 7:13 
Questionproblem showing while i m making the dialog Pin
dobhal.mca1-Nov-07 0:50
dobhal.mca1-Nov-07 0:50 
HI.ALL
I M GETTING THIS PROBLEM......
c:\program files\microsoft visual studio\myprojects\dialog1\dialog1dlg.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/dialog1.pch': No such file or directory


Clicking on error.it points to

#include "stdafx.h"

and my code is this.....

void CDialog1Dlg::OnAdd()
{
// TODO: Add your control notification handler code here

CString strTitle ;
int nIndex;

UpdateData(); // Transfer data from controls to variables

//get currently selected text
nIndex = GetDlgItemText(IDC_TITLE, strTitle); //assigning selected
m_strFullName = strTitle + " " + m_strFirstName + " " + m_strLastName;

m_NameList.AddString(m_strFullName); //Add string to list

UpdateData(FALSE); // Transfer data from variables to controls
}


SKDOBHAL

AnswerRe: problem showing while i m making the dialog Pin
super_ttd1-Nov-07 1:10
super_ttd1-Nov-07 1:10 
AnswerRe: problem showing while i m making the dialog Pin
Hamid_RT1-Nov-07 1:20
Hamid_RT1-Nov-07 1:20 
QuestionRe: problem showing while i m making the dialog Pin
David Crow1-Nov-07 2:54
David Crow1-Nov-07 2:54 
Questionhow to cut a segment from an image? Pin
King Tran1-Nov-07 0:49
King Tran1-Nov-07 0:49 
AnswerRe: how to cut a segment from an image? Pin
Hamid_RT1-Nov-07 1:43
Hamid_RT1-Nov-07 1:43 
GeneralRe: how to cut a segment from an image? Pin
Mark Salsbery1-Nov-07 5:47
Mark Salsbery1-Nov-07 5:47 
GeneralRe: how to cut a segment from an image? Pin
Hamid_RT1-Nov-07 5:59
Hamid_RT1-Nov-07 5:59 
GeneralRe: how to cut a segment from an image? Pin
Mark Salsbery1-Nov-07 6:49
Mark Salsbery1-Nov-07 6:49 
GeneralRe: how to cut a segment from an image? Pin
Hamid_RT1-Nov-07 7:00
Hamid_RT1-Nov-07 7:00 
QuestionModeless Dialog Box hangs... [modified] Pin
GauranG Shah1-Nov-07 0:40
GauranG Shah1-Nov-07 0:40 
QuestionRe: Modeless Dialog Box hangs... Pin
Hamid_RT1-Nov-07 1:06
Hamid_RT1-Nov-07 1:06 
AnswerRe: Modeless Dialog Box hangs... Pin
GauranG Shah1-Nov-07 1:40
GauranG Shah1-Nov-07 1:40 
QuestionRe: Modeless Dialog Box hangs... Pin
Mark Salsbery1-Nov-07 5:51
Mark Salsbery1-Nov-07 5:51 
AnswerRe: Modeless Dialog Box hangs... Pin
GauranG Shah1-Nov-07 18:10
GauranG Shah1-Nov-07 18:10 
GeneralRe: Modeless Dialog Box hangs... Pin
Mark Salsbery2-Nov-07 8:04
Mark Salsbery2-Nov-07 8:04 
QuestionProblem working with Created Local User Pin
narayanagvs1-Nov-07 0:04
narayanagvs1-Nov-07 0:04 
AnswerRe: Problem working with Created Local User Pin
Iain Clarke, Warrior Programmer1-Nov-07 2:11
Iain Clarke, Warrior Programmer1-Nov-07 2:11 

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.