Important: WaitforSingleObject fails (does not wait)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sasie7679
    New Member
    • Dec 2006
    • 17

    Important: WaitforSingleObject fails (does not wait)

    In one of our windows XP pro with service pack2 machine, the below API's fail.

    1) MsgWaitForMulti pleObjectsEx
    2) MsgWaitForMulti pleObjects
    3) WaitforSingleOb ject
    4) WaitforSingleOb jectEx

    In our code we trigger a process and when the process gets completed, we proceed to the next step. But in the above machine, "WaitforSingleO bject" does not wait and moves to the next step immediately.

    Could anyone help me in knowing the reason & solution for the same?

    Thanks & Regards,
    Sasie
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by Sasie7679
    In one of our windows XP pro with service pack2 machine, the below API's fail.

    1) MsgWaitForMulti pleObjectsEx
    2) MsgWaitForMulti pleObjects
    3) WaitforSingleOb ject
    4) WaitforSingleOb jectEx

    In our code we trigger a process and when the process gets completed, we proceed to the next step. But in the above machine, "WaitforSingleO bject" does not wait and moves to the next step immediately.

    Could anyone help me in knowing the reason & solution for the same?

    Thanks & Regards,
    Sasie
    Hi there,

    Any software installed / removed recently? Take care.

    Comment

    • mercury529
      New Member
      • Nov 2006
      • 2

      #3
      I am experiencing this exact same problem. Thus far, I have been unable to solve it. Did you find a solution for it?

      Comment

      Working...