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

C / C++ / MFC

 
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 
AnswerRe: trouble with _beginthread Pin
Laxman Auti9-Jun-06 1:08
Laxman Auti9-Jun-06 1:08 
NoName II wrote:

_beginthread(CopyProcessTh, 0, NULL);//error C3867: 'CDlg::CopyProcessTh': function call missing argument list; use '&CDlg::CopyProcessTh' to create a pointer to member


1) Made the CopyProcessTh as a static in the class which returns UINT from the function which is recommended to terminate the thread.
OR
2) Seperate out the function from the class with following prototype

UINT CopyProcessTh(LPVOID pparam)
{
   //Do your Stuff here.
   return 0;
} 


Knock out 't' from can't,
You can if you think you can
Cool | :cool:
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 
GeneralRe: Problem with IPicture-Object and Render [modified] Pin
masanne9-Jun-06 3:00
masanne9-Jun-06 3:00 

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.