Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Static Splitter window Pin
Nish Nishant10-Jan-02 16:22
sitebuilderNish Nishant10-Jan-02 16:22 
GeneralWYSISWYG HTML View Pin
Matt Newman10-Jan-02 11:29
Matt Newman10-Jan-02 11:29 
GeneralRe: WYSISWYG HTML View Pin
alex.barylski10-Jan-02 13:17
alex.barylski10-Jan-02 13:17 
GeneralRe: WYSISWYG HTML View Pin
James R. Twine11-Jan-02 6:13
James R. Twine11-Jan-02 6:13 
GeneralRe: WYSISWYG HTML View Pin
Matt Newman11-Jan-02 15:14
Matt Newman11-Jan-02 15:14 
GeneralRe: WYSISWYG HTML View Pin
James R. Twine11-Jan-02 18:56
James R. Twine11-Jan-02 18:56 
GeneralRe: WYSISWYG HTML View Pin
Matt Newman12-Jan-02 4:59
Matt Newman12-Jan-02 4:59 
GeneralMultithreading and the AfxBeginThread(..) func Pin
Rickard Andersson2010-Jan-02 10:36
Rickard Andersson2010-Jan-02 10:36 
I want to know how it works with multithreading. When I call AfxBeginThread or _beginthread and the function that I have putted as a parameter in one of them. Is one of those functions calling the function that is specified in AfxBeginThread or _beginthread called and then return to next code after calling AfxBeg.. or _beginth.. while the function parameter still in use? I can't explain but look here:

void Afunction()
{
AfxBeginThread(ThreadFunc, ...)

// Now try do something else
RasDial(); // Perhaps a bad example but..
}

Now what I tried to explain: When now AfxBeginthread is called and the ThreadFunc is called, imagine that it's a very big function that checking the harddrive for mp3 files and then rename all of them and then try to move them to another harddrive, is this procedure running at the same time that RasDial is called or whatever code anyway that comes after AfxBeginThread??


Where an I read about multithreading??

------------------------------
©0d3 ©®4©k3® - That's me! Smile | :)
------------------------------
GeneralRe: Multithreading and the AfxBeginThread(..) func Pin
Joaquín M López Muñoz10-Jan-02 11:00
Joaquín M López Muñoz10-Jan-02 11:00 
GeneralRe: Multithreading and the AfxBeginThread(..) func Pin
Rickard Andersson2010-Jan-02 11:42
Rickard Andersson2010-Jan-02 11:42 
GeneralRe: Multithreading and the AfxBeginThread(..) func Pin
Nish Nishant10-Jan-02 16:24
sitebuilderNish Nishant10-Jan-02 16:24 
GeneralRe: Multithreading and the AfxBeginThread(..) func Pin
Rickard Andersson2010-Jan-02 20:53
Rickard Andersson2010-Jan-02 20:53 
Generalwierd debug / release error... Pin
l a u r e n10-Jan-02 9:22
l a u r e n10-Jan-02 9:22 
GeneralRe: wierd debug / release error... Pin
Joaquín M López Muñoz10-Jan-02 9:26
Joaquín M López Muñoz10-Jan-02 9:26 
GeneralRe: wierd debug / release error... Pin
l a u r e n10-Jan-02 9:30
l a u r e n10-Jan-02 9:30 
GeneralRe: wierd debug / release error... Pin
Joaquín M López Muñoz10-Jan-02 9:41
Joaquín M López Muñoz10-Jan-02 9:41 
GeneralRe: wierd debug / release error... Pin
l a u r e n10-Jan-02 9:46
l a u r e n10-Jan-02 9:46 
GeneralRe: wierd debug / release error... Pin
Ernest Laurentin10-Jan-02 10:49
Ernest Laurentin10-Jan-02 10:49 
GeneralRe: wierd debug / release error... Pin
Tim Smith10-Jan-02 9:57
Tim Smith10-Jan-02 9:57 
GeneralRe: wierd debug / release error... Pin
l a u r e n10-Jan-02 9:58
l a u r e n10-Jan-02 9:58 
GeneralRe: wierd debug / release error... Pin
Joaquín M López Muñoz10-Jan-02 10:08
Joaquín M López Muñoz10-Jan-02 10:08 
GeneralRe: wierd debug / release error... Pin
l a u r e n10-Jan-02 10:55
l a u r e n10-Jan-02 10:55 
GeneralRe: wierd debug / release error... Pin
Joaquín M López Muñoz10-Jan-02 11:13
Joaquín M López Muñoz10-Jan-02 11:13 
GeneralRe: wierd debug / release error... Pin
Michael Dunn10-Jan-02 13:06
sitebuilderMichael Dunn10-Jan-02 13:06 
GeneralEnumWindows and EnumWindowsProc Pin
RobJones10-Jan-02 9:08
RobJones10-Jan-02 9:08 

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.