- Thread Author
- #1
I created a service that transfers data to/from the USB The service runs smoothly on Win XP and if i run it as an app in Vista is works OK, but ran as a service in Vista the Reads and Writes to the USB fail with ERROR_IO_PENDING.
My app seems to be frozen because the threads are waiting on the Read and Write rountines to finish, if I forcefully time the routines out, I get a ERROR_IO_PENDING.
The connect to the USB no problem but sending/recieving data from it won't work
Thanks for your help
My app seems to be frozen because the threads are waiting on the Read and Write rountines to finish, if I forcefully time the routines out, I get a ERROR_IO_PENDING.
The connect to the USB no problem but sending/recieving data from it won't work
Thanks for your help
Celestra
Former Moderator
- Joined
- Jan 15, 2008
- Messages
- 2,448
- Thread Author
- #3
Celestra
Former Moderator
- Joined
- Jan 15, 2008
- Messages
- 2,448
You might try looking up your question with these people: CodeProject: Installation IDs Based on Truncated Hashing. Free source code and programming help Best of Luck.....