Click here to Skip to main content
15,891,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PLZ Help me :) Pin
Stephane Rodriguez.6-Nov-02 19:51
Stephane Rodriguez.6-Nov-02 19:51 
GeneralRe: PLZ Help me :) Pin
benjymous6-Nov-02 23:21
benjymous6-Nov-02 23:21 
GeneralRe: PLZ Help me :) Pin
Christian Graus6-Nov-02 23:31
protectorChristian Graus6-Nov-02 23:31 
GeneralRe: PLZ Help me :) Pin
benjymous7-Nov-02 0:13
benjymous7-Nov-02 0:13 
GeneralRe: PLZ Help me :) Pin
Roger Allen7-Nov-02 7:19
Roger Allen7-Nov-02 7:19 
GeneralCompletion Port and Multithreads :: MFC Pin
valikac6-Nov-02 18:40
valikac6-Nov-02 18:40 
GeneralRe: Completion Port and Multithreads :: MFC Pin
rrrado6-Nov-02 22:16
rrrado6-Nov-02 22:16 
GeneralRe: Completion Port and Multithreads :: MFC Pin
Daniel Lohmann6-Nov-02 22:52
Daniel Lohmann6-Nov-02 22:52 
AfxBeginThread() is just a small wrapper around _beginthreadex and does some extra MFC structure initialisations on thread creation and some cleanup on thread termination. If you are using the DLL version of MFC you don't have to care that much about it, because the same job is done in MFC42.dll's DllMain().

From the performance point of view both should be pretty the same. I usually prefer _beginthreadex() - just because you may decide one day to throw MFC away from your server app (which is not that unlikely, believe me Smile | :) )

--

Daniel Lohmann

http://www.losoft.de
(Hey, this page is worth looking! You can find some free and handy NT tools there Big Grin | :-D )
GeneralRe: Completion Port and Multithreads :: MFC Pin
valikac7-Nov-02 10:00
valikac7-Nov-02 10:00 
GeneralDereferencing iterators Pin
daniel jurnove6-Nov-02 16:27
sussdaniel jurnove6-Nov-02 16:27 
GeneralRe: Dereferencing iterators Pin
Taka Muraoka6-Nov-02 16:54
Taka Muraoka6-Nov-02 16:54 
GeneralRe: Dereferencing iterators Pin
Christian Graus6-Nov-02 16:59
protectorChristian Graus6-Nov-02 16:59 
GeneralRe: Dereferencing iterators Pin
Anonymous6-Nov-02 16:59
Anonymous6-Nov-02 16:59 
GeneralThread & Message Parameters Pin
stevenson6-Nov-02 15:35
stevenson6-Nov-02 15:35 
GeneralThis works, but is it the right way to do it Pin
kjessee6-Nov-02 15:33
kjessee6-Nov-02 15:33 
GeneralRe: This works, but is it the right way to do it Pin
Christian Graus6-Nov-02 15:42
protectorChristian Graus6-Nov-02 15:42 
GeneralRe: This works, but is it the right way to do it Pin
kjessee6-Nov-02 15:56
kjessee6-Nov-02 15:56 
Generalsimple ATL-COM question. Pin
devvvy6-Nov-02 15:14
devvvy6-Nov-02 15:14 
GeneralRe: simple ATL-COM question. Pin
Christian Graus6-Nov-02 15:30
protectorChristian Graus6-Nov-02 15:30 
GeneralRe: simple ATL-COM question. Pin
Stefan Pedersen6-Nov-02 15:37
Stefan Pedersen6-Nov-02 15:37 
Generalkeep getting invalid progID Pin
devvvy6-Nov-02 15:57
devvvy6-Nov-02 15:57 
GeneralRe: keep getting invalid progID Pin
Stefan Pedersen6-Nov-02 16:12
Stefan Pedersen6-Nov-02 16:12 
Generalokay, now it's working, BUT.... Pin
devvvy6-Nov-02 17:55
devvvy6-Nov-02 17:55 
GeneralMSDev.exe crashing at startup Pin
Chris Meech6-Nov-02 14:31
Chris Meech6-Nov-02 14:31 
GeneralRe: MSDev.exe crashing at startup Pin
James Spibey7-Nov-02 0:20
James Spibey7-Nov-02 0:20 

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.