Microsoft Programming

Problem: OLE Error 80030002

Problem: OLE Error 80030002 I am coding a Program in Borland C++ Builder 5.  I am using ADO Connections, queries, datasets, and command components.  I am initializing the COM Objects with CoInitialize(NULL), but i am […]

Microsoft Programming

Async InternetReadFileEx() problem

Question : Async InternetReadFileEx() problem Hi! I need to do async communications using HttpSendRequest() and InternetReadFile(). HttpSendRequest() returns ERROR_IO_PENDING and I wait for INTERNET_STATUS_REQUEST_COMPLETE event in OnStatusCallback(), then I call InternetReadFileEx() which returns incomplete data (usually […]