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

C / C++ / MFC

 
AnswerRe: Obtaining process name from process handle Pin
David Crow20-Mar-09 8:16
David Crow20-Mar-09 8:16 
GeneralRe: Obtaining process name from process handle Pin
hxhl9520-Mar-09 10:08
hxhl9520-Mar-09 10:08 
QuestionMFC + Threading = C2665 Pin
Killiconn19-Mar-09 14:43
Killiconn19-Mar-09 14:43 
AnswerRe: MFC + Threading = C2665 Pin
«_Superman_»19-Mar-09 19:03
professional«_Superman_»19-Mar-09 19:03 
GeneralRe: MFC + Threading = C2665 Pin
Killiconn20-Mar-09 10:50
Killiconn20-Mar-09 10:50 
GeneralRe: MFC + Threading = C2665 Pin
«_Superman_»21-Mar-09 3:34
professional«_Superman_»21-Mar-09 3:34 
GeneralRe: MFC + Threading = C2665 Pin
Killiconn21-Mar-09 10:01
Killiconn21-Mar-09 10:01 
AnswerRe: MFC + Threading = C2665 Pin
_AnsHUMAN_ 19-Mar-09 19:08
_AnsHUMAN_ 19-Mar-09 19:08 
Killiconn wrote:

void ExecuteThread(LPVOID lParam)

Are you missing the ';' behind the function declaration.
By the way what are the compilation errors that you get?
The possible solutions for C2665 are
* Supply a conversion operator.
* Use explicit conversion.

but can't really say if they help you in resolving your problem

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

AnswerRe: MFC + Threading = C2665 Pin
Sunil Lanke19-Mar-09 19:09
Sunil Lanke19-Mar-09 19:09 
QuestionAnother Post from Bob about Threads, Pointers and Locks[modified] Pin
BobInNJ19-Mar-09 10:45
BobInNJ19-Mar-09 10:45 
AnswerRe: Another Post from Bob about Threads and Points Pin
Code-o-mat19-Mar-09 12:31
Code-o-mat19-Mar-09 12:31 
GeneralRe: Another Post from Bob about Threads and Points Pin
BobInNJ19-Mar-09 12:39
BobInNJ19-Mar-09 12:39 
GeneralRe: Another Post from Bob about Threads and Points Pin
bulg19-Mar-09 13:39
bulg19-Mar-09 13:39 
GeneralRe: Another Post from Bob about Threads and Points Pin
BobInNJ19-Mar-09 13:58
BobInNJ19-Mar-09 13:58 
QuestionThreads and Pointers Pin
BobInNJ19-Mar-09 7:36
BobInNJ19-Mar-09 7:36 
AnswerRe: Threads and Pointers Pin
led mike19-Mar-09 7:41
led mike19-Mar-09 7:41 
AnswerRe: Threads and Pointers Pin
Eytukan19-Mar-09 7:41
Eytukan19-Mar-09 7:41 
GeneralRe: Threads and Pointers Pin
led mike19-Mar-09 7:58
led mike19-Mar-09 7:58 
GeneralRe: Threads and Pointers Pin
Eytukan19-Mar-09 8:12
Eytukan19-Mar-09 8:12 
AnswerRe: Threads and Pointers Pin
CPallini19-Mar-09 7:46
mveCPallini19-Mar-09 7:46 
GeneralRe: Threads and Pointers Pin
led mike19-Mar-09 9:42
led mike19-Mar-09 9:42 
AnswerRe: Threads and Pointers Pin
cmk19-Mar-09 13:17
cmk19-Mar-09 13:17 
QuestionEdit control disappears from dialog [modified] Pin
rp_suman19-Mar-09 7:07
rp_suman19-Mar-09 7:07 
AnswerRe: Edit control disappears from dialog Pin
Code-o-mat19-Mar-09 7:27
Code-o-mat19-Mar-09 7:27 
QuestionC4244 conversion from 'double' to 'float' warning Pin
penny black19-Mar-09 6:47
penny black19-Mar-09 6:47 

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.