PDA

View Full Version : Asynchronous device - C++


ADC
May 24th 04, 07:00 PM
I'm working with asynchronous devices on C++.
The code has been working for years in Win98 and now in XP
it
does not work consistently.
Is there any special API function that I should avoid for
XP related
CreateFile, OverlappedResults, Read, CreateThread...

Google