CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: faghio

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    2,699

    ReadFile and usbser.sys

    Hello everybody,

    I am having trouble making Windows API ReadFile function working
    properly with USB CDC (Communication Device Class) driver.
    Specifically, I am using CDC drivers supplied with...
  2. Re: WaitForSingleObject exit for timeout only, thread is not signaled

    Igor,

    thank you for your reply.
    In your opinion, do you think there might be a clean solution relying only on FreeLibrary, i.e. doing everything that is needed to exit the thread and detect...
  3. aitForSingleObject exit for timeout only, thread is not signaled

    Hello everybody,

    I am working with a thread for implementing a timer. If the thread is started / exited directly from an application (standard exe) everything works fine, but if I create and exit...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured