I am developing a smart device application for Pocket PC. In that I want to connect to server using HTTP protocol. I want to know that using WinInet.lib file i.e this Visual C++ edition support winInet MFC classes.
There are quite a few HTML related MFC classes that aren't there on devices. ( see http://msdn2.microsoft.com/en-us/library/80a966hh.aspx for the list of classes that are supported and http://msdn2.microsoft.com/en-us/library/ms228785(VS.80).aspx for the list of unsupported classes on the devices), but ATL does have Web service consumption classes available on devices.(see http://msdn2.microsoft.com/en-us/library/st8yy698.aspx for the ATL class support)