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

C / C++ / MFC

 
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 
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 
Yes, that's what I use. Taken from the site:
<br />
// thread body:<br />
while(running)<br />
   { /* loop */<br />
    if(paused)<br />
       switch(::WaitForSingleObject(event, time))<br />
          {<br />
           case WAIT_OBJECT_0:<br />
              break;<br />
           case WAIT_TIMEOUT:<br />
              continue;<br />
          }<br />
     // rest of thread<br />
    } /* loop */<br />

except instead of while(running), I have a for loop from 0 to numImages.
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 
GeneralRe: what is diff. btwn CSoket and CAsynsocket Pin
Jim Crafton23-Jul-05 4:33
Jim Crafton23-Jul-05 4:33 
GeneralRe: what is diff. btwn CSoket and CAsynsocket Pin
Rajesh match23-Jul-05 4:53
Rajesh match23-Jul-05 4:53 
QuestionHow to determine drag target Pin
dmitry_5822-Jul-05 4:00
dmitry_5822-Jul-05 4:00 

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.