Click here to Skip to main content
15,908,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Delete [] charPtr... Pls help Pin
c121hains22-Jul-05 13:59
c121hains22-Jul-05 13:59 
GeneralRe: Delete [] charPtr... Pls help Pin
Michael Dunn29-Jul-05 19:26
sitebuilderMichael Dunn29-Jul-05 19:26 
GeneralRe: Delete [] charPtr... Pls help Pin
Jose Lamas Rios22-Jul-05 10:29
Jose Lamas Rios22-Jul-05 10:29 
GeneralRe: Delete [] charPtr... Pls help Pin
c121hains22-Jul-05 13:57
c121hains22-Jul-05 13:57 
GeneralRe: Delete [] charPtr... Pls help Pin
Jose Lamas Rios22-Jul-05 14:29
Jose Lamas Rios22-Jul-05 14:29 
GeneralCheck if a thread is still running Pin
Budric B.22-Jul-05 5:42
Budric B.22-Jul-05 5:42 
GeneralRe: Check if a thread is still running Pin
David Crow22-Jul-05 5:44
David Crow22-Jul-05 5:44 
GeneralRe: Check if a thread is still running Pin
Budric B.22-Jul-05 5:50
Budric B.22-Jul-05 5:50 
I have a thread that plays a sequence of images. In the CDocument I handle controls to pause/play using events and boolean variables. I chose start the thread inside play() function. The way I handle pause() I don't care if the thread is there or not. However if the user presses play again, I don't want to start another thread, I want to continue the previous one.

I have the option of making a thread that runs for the life of the CDocument...but wouldn't that be wasteful when it sits there and waits on pause forever after a single play.
GeneralAlso Pin
Budric B.22-Jul-05 5:52
Budric B.22-Jul-05 5:52 
GeneralRe: Check if a thread is still running Pin
David Crow22-Jul-05 5:56
David Crow22-Jul-05 5:56 
GeneralRe: Check if a thread is still running Pin
Budric B.22-Jul-05 6:01
Budric B.22-Jul-05 6:01 
GeneralRe: Check if a thread is still running Pin
Jim Crafton22-Jul-05 6:56
Jim Crafton22-Jul-05 6:56 
GeneralRe: Check if a thread is still running Pin
David Crow22-Jul-05 8:27
David Crow22-Jul-05 8:27 
GeneralRe: Check if a thread is still running Pin
Marc Soleda22-Jul-05 5:51
Marc Soleda22-Jul-05 5:51 
GeneralHelp, Overlapped I/O operation in progress Pin
inbakumar.G22-Jul-05 5:36
inbakumar.G22-Jul-05 5:36 
GeneralQuestion Pin
Alex_Y22-Jul-05 4:59
Alex_Y22-Jul-05 4:59 
GeneralRe: Question Pin
Marc Soleda22-Jul-05 5:43
Marc Soleda22-Jul-05 5:43 
GeneralRe: Question Pin
Alex_Y22-Jul-05 8:58
Alex_Y22-Jul-05 8:58 
GeneralRe: Question Pin
David Crow22-Jul-05 5:52
David Crow22-Jul-05 5:52 
GeneralRe: Question Pin
Alex_Y22-Jul-05 8:59
Alex_Y22-Jul-05 8:59 
Questionwhat is diff. btwn CSoket and CAsynsocket Pin
Rajesh match22-Jul-05 4:31
Rajesh match22-Jul-05 4:31 
AnswerRe: what is diff. btwn CSoket and CAsynsocket Pin
toxcct22-Jul-05 4:41
toxcct22-Jul-05 4:41 
GeneralRe: what is diff. btwn CSoket and CAsynsocket Pin
Rajesh match22-Jul-05 5:12
Rajesh match22-Jul-05 5:12 
AnswerRe: what is diff. btwn CSoket and CAsynsocket Pin
Jim Crafton22-Jul-05 7:11
Jim Crafton22-Jul-05 7:11 
GeneralRe: what is diff. btwn CSoket and CAsynsocket Pin
Rajesh match22-Jul-05 20:11
Rajesh match22-Jul-05 20:11 

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.