frymeup
unread,May 29, 2009, 1:00:03 PM5/29/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
My application uses the WinInet api. Using the MFC wrapper classes
(CHttpConnection, CHttpFile, etc), I am able to connect, send requests, and
receive responses without a hitch. Another part of the application (older
code) uses InternetAttemptConnect() and InternetOpen().
InternetAttemptConnect() fails with ERROR_GEN_FAILURE, whose description is
"A device attached to the system is not functioning". This is an escalated
issue in the field, and has only occurred once among thousands of users. I'm
stuck...