Click here to Skip to main content
15,895,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ HDD Serial Number Pin
David Crow9-Jun-06 3:25
David Crow9-Jun-06 3:25 
Questionkalk Pin
J51219829-Jun-06 1:24
J51219829-Jun-06 1:24 
AnswerRe: kalk Pin
Sarath C9-Jun-06 1:34
Sarath C9-Jun-06 1:34 
AnswerRe: kalk Pin
toxcct9-Jun-06 1:36
toxcct9-Jun-06 1:36 
JokeRe: kalk Pin
Laxman Auti9-Jun-06 2:11
Laxman Auti9-Jun-06 2:11 
AnswerRe: kalk Pin
_AnsHUMAN_ 9-Jun-06 2:12
_AnsHUMAN_ 9-Jun-06 2:12 
GeneralRe: kalk Pin
J51219829-Jun-06 18:21
J51219829-Jun-06 18:21 
Questiontrouble with _beginthread Pin
NoName II9-Jun-06 1:01
NoName II9-Jun-06 1:01 
_beginthread(CopyProcessTh, 0, NULL);//error C3867: 'CDlg::CopyProcessTh': function call missing argument list; use '&CDlg::CopyProcessTh' to create a pointer to member


void CDlg::CopyProcessTh(void * p)
{
dlg=new CCopyInterface(this);
if (m_copiedFile.GetLength()!=0)
{
dlg->CopyFileFunct(m_copiedFile,m_leftFolder);
}

}
AnswerRe: trouble with _beginthread Pin
Laxman Auti9-Jun-06 1:08
Laxman Auti9-Jun-06 1:08 
GeneralRe: trouble with _beginthread Pin
NoName II9-Jun-06 1:20
NoName II9-Jun-06 1:20 
GeneralRe: trouble with _beginthread Pin
Cedric Moonen9-Jun-06 1:24
Cedric Moonen9-Jun-06 1:24 
AnswerRe: trouble with _beginthread Pin
Michael Dunn9-Jun-06 1:09
sitebuilderMichael Dunn9-Jun-06 1:09 
AnswerRe: trouble with _beginthread Pin
Hamid_RT9-Jun-06 1:19
Hamid_RT9-Jun-06 1:19 
GeneralRe: trouble with _beginthread Pin
Cedric Moonen9-Jun-06 1:22
Cedric Moonen9-Jun-06 1:22 
GeneralRe: trouble with _beginthread Pin
Hamid_RT9-Jun-06 1:41
Hamid_RT9-Jun-06 1:41 
Questionproblem in inserting image into the database Pin
maharaja pandian9-Jun-06 0:46
maharaja pandian9-Jun-06 0:46 
AnswerRe: problem in inserting image into the database Pin
Ștefan-Mihai MOGA9-Jun-06 0:58
professionalȘtefan-Mihai MOGA9-Jun-06 0:58 
QuestionRe: problem in inserting image into the database Pin
maharaja pandian9-Jun-06 1:22
maharaja pandian9-Jun-06 1:22 
QuestionProblem with IPicture-Object and Render Pin
masanne9-Jun-06 0:37
masanne9-Jun-06 0:37 
QuestionRe: Problem with IPicture-Object and CPictureHolder::Renderpicture Pin
Hamid_RT9-Jun-06 0:50
Hamid_RT9-Jun-06 0:50 
AnswerRe: Problem with IPicture-Object and Render Pin
masanne9-Jun-06 0:55
masanne9-Jun-06 0:55 
GeneralRe: Problem with IPicture-Object and Render Pin
Hamid_RT9-Jun-06 1:10
Hamid_RT9-Jun-06 1:10 
GeneralRe: Problem with IPicture-Object and Render Pin
masanne9-Jun-06 1:20
masanne9-Jun-06 1:20 
GeneralRe: Problem with IPicture-Object and Render Pin
Hamid_RT9-Jun-06 2:18
Hamid_RT9-Jun-06 2:18 
GeneralRe: Problem with IPicture-Object and Render [modified] Pin
masanne9-Jun-06 2:49
masanne9-Jun-06 2:49 

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.