Click here to Skip to main content
16,012,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: color change Pin
Hamid_RT13-Jun-06 19:39
Hamid_RT13-Jun-06 19:39 
QuestionAbout manifest Pin
angelfirefox13-Jun-06 13:46
angelfirefox13-Jun-06 13:46 
QuestionUnmanaged Threading Pin
Chris J13-Jun-06 10:49
Chris J13-Jun-06 10:49 
AnswerRe: Unmanaged Threading Pin
led mike13-Jun-06 10:59
led mike13-Jun-06 10:59 
GeneralRe: Unmanaged Threading Pin
Jun Du13-Jun-06 12:25
Jun Du13-Jun-06 12:25 
GeneralRe: Unmanaged Threading Pin
Graham Bradshaw13-Jun-06 12:33
Graham Bradshaw13-Jun-06 12:33 
GeneralRe: Unmanaged Threading Pin
Joe Woodbury13-Jun-06 13:07
professionalJoe Woodbury13-Jun-06 13:07 
GeneralRe: Unmanaged Threading Pin
Arvind Bharti13-Jun-06 20:23
Arvind Bharti13-Jun-06 20:23 
If we are using Win32 APIs only, then CreateThread would be good enough but if we are using any CRT function that requires tiddata structure, it is must to use _beginthreadex function. Otherwise memory leak will occur because CloseHandle, corresponding to CreateThread API, won't free the dynamically allocated tiddata structure.
There is one more problem related to SEH frame.

For better understanding, please go through following link:
http://www.microsoft.com/msj/0799/Win32/Win320799.aspx

GeneralRe: Unmanaged Threading Pin
Joe Woodbury13-Jun-06 21:19
professionalJoe Woodbury13-Jun-06 21:19 
GeneralRe: Unmanaged Threading Pin
Sarath C13-Jun-06 19:40
Sarath C13-Jun-06 19:40 
GeneralRe: Unmanaged Threading Pin
Jun Du14-Jun-06 4:15
Jun Du14-Jun-06 4:15 
QuestionCButton, BS_BITMAP, LoadImage Issue and Question. Pin
Maximilien13-Jun-06 10:38
Maximilien13-Jun-06 10:38 
QuestionRe: CButton, BS_BITMAP, LoadImage Issue and Question. Pin
David Crow13-Jun-06 10:43
David Crow13-Jun-06 10:43 
QuestionWriteConsole() problem Pin
CoffeeAddict1913-Jun-06 10:00
CoffeeAddict1913-Jun-06 10:00 
QuestionRe: WriteConsole() problem Pin
David Crow13-Jun-06 10:06
David Crow13-Jun-06 10:06 
AnswerRe: WriteConsole() problem Pin
CoffeeAddict1914-Jun-06 5:45
CoffeeAddict1914-Jun-06 5:45 
QuestionRe: WriteConsole() problem Pin
David Crow14-Jun-06 5:52
David Crow14-Jun-06 5:52 
QuestionNewbie needs help generating html files from user input via windows gui [modified] Pin
dstrain13-Jun-06 9:35
dstrain13-Jun-06 9:35 
AnswerRe: Newbie needs help generating html files from user input via windows gui Pin
Mark F.14-Jun-06 4:54
Mark F.14-Jun-06 4:54 
Questionlaunching notepad.exe and reading the current date/time Pin
Mahhouraaaaaa13-Jun-06 8:30
Mahhouraaaaaa13-Jun-06 8:30 
AnswerRe: launching notepad.exe and reading the current date/time [modified] Pin
Mark F.13-Jun-06 8:59
Mark F.13-Jun-06 8:59 
AnswerRe: launching notepad.exe and reading the current date/time Pin
Hamid_RT13-Jun-06 19:07
Hamid_RT13-Jun-06 19:07 
AnswerRe: launching notepad.exe and reading the current date/time Pin
Laxman Auti13-Jun-06 19:30
Laxman Auti13-Jun-06 19:30 
QuestionC++ Forum Pin
knoxplusplus13-Jun-06 8:24
knoxplusplus13-Jun-06 8:24 
QuestionHello a problem with Cstring :) Pin
Mahhouraaaaaa13-Jun-06 6:16
Mahhouraaaaaa13-Jun-06 6:16 

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.