Click here to Skip to main content
15,888,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: disassembly error Pin
Anu_Bala26-May-06 19:45
Anu_Bala26-May-06 19:45 
GeneralRe: disassembly error Pin
Bram van Kampen28-May-06 13:50
Bram van Kampen28-May-06 13:50 
QuestionRe: disassembly error Pin
Nibu babu thomas26-May-06 19:53
Nibu babu thomas26-May-06 19:53 
AnswerRe: disassembly error Pin
Stephen Hewitt26-May-06 22:22
Stephen Hewitt26-May-06 22:22 
GeneralRe: disassembly error Pin
Anu_Bala28-May-06 19:06
Anu_Bala28-May-06 19:06 
GeneralRe: disassembly error [modified] Pin
Stephen Hewitt28-May-06 19:18
Stephen Hewitt28-May-06 19:18 
QuestionMultiThread question? Pin
G_S26-May-06 14:55
G_S26-May-06 14:55 
AnswerRe: MultiThread question? Pin
Michael Dunn26-May-06 15:01
sitebuilderMichael Dunn26-May-06 15:01 
Well, you shouldn't do that code exactly because you need to check the return value from CreateThread() to see if it succeeded.
If it does succeed, it returns a handle to the thread object in the kernel. If you don't need to use that handle, you can close it right away. You're right in that you shouldn't ignore it, because objects with open handles can't be destroyed, and will fill up your app's process space.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
GeneralRe: MultiThread question? Pin
G_S26-May-06 15:09
G_S26-May-06 15:09 
QuestionInstall a driver ? Pin
Christian Graus26-May-06 12:38
protectorChristian Graus26-May-06 12:38 
AnswerRe: Install a driver ? Pin
Michael Dunn26-May-06 13:47
sitebuilderMichael Dunn26-May-06 13:47 
GeneralRe: Install a driver ? Pin
Christian Graus26-May-06 15:53
protectorChristian Graus26-May-06 15:53 
GeneralRe: Install a driver ? Pin
Gary R. Wheeler27-May-06 4:36
Gary R. Wheeler27-May-06 4:36 
GeneralRe: Install a driver ? Pin
Michael Dunn27-May-06 5:51
sitebuilderMichael Dunn27-May-06 5:51 
GeneralRe: Install a driver ? Pin
Gary R. Wheeler27-May-06 13:59
Gary R. Wheeler27-May-06 13:59 
GeneralRe: Install a driver ? [modified] Pin
Alexander M.,28-May-06 2:12
Alexander M.,28-May-06 2:12 
AnswerRe: Install a driver ? Pin
_anil_28-May-06 15:30
_anil_28-May-06 15:30 
QuestionHow do I see my C++ app? Pin
Angalo26-May-06 10:27
Angalo26-May-06 10:27 
AnswerRe: How do I see my C++ app? Pin
Michael Dunn26-May-06 10:50
sitebuilderMichael Dunn26-May-06 10:50 
QuestionRe: How do I see my C++ app? Pin
David Crow26-May-06 10:51
David Crow26-May-06 10:51 
AnswerRe: How do I see my C++ app? Pin
Angalo27-May-06 2:55
Angalo27-May-06 2:55 
GeneralRe: How do I see my C++ app? Pin
David Crow31-May-06 4:21
David Crow31-May-06 4:21 
AnswerRe: How do I see my C++ app? Pin
Nish Nishant26-May-06 10:56
sitebuilderNish Nishant26-May-06 10:56 
AnswerRe: How do I see my C++ app? Pin
Gary R. Wheeler27-May-06 4:10
Gary R. Wheeler27-May-06 4:10 
QuestionNeed Help in Setting a Check-box control Pin
Blakiston26-May-06 10:21
Blakiston26-May-06 10:21 

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.