Francois
2004-08-09 09:15:27 UTC
Hello,
I'm currently trying to read a file from a Http server. I'm using for
that the InternetOpenUrl method, which gives correct results in the
emulator mode.
But when i try to repeat the operation in device mode (iPaq 5500), the
InternetOpenUrl fail (return NULL).
the calls that i make are :
-->hINet = InternetOpen(_T("decrypter"), INTERNET_OPEN_TYPE_PRECONFIG,
NULL, NULL, 0 );
-->hFile = InternetOpenUrl( hINet, log_file_url, NULL, 0, 0, 0 ) ;
and now I really don't see where the problem is located. Is there the
internet connection? I don't think so because i can connect to the
internet without any problem and dowload manually the web page i try to
open with InternetOpenURl.
Thanks
Francois
I'm currently trying to read a file from a Http server. I'm using for
that the InternetOpenUrl method, which gives correct results in the
emulator mode.
But when i try to repeat the operation in device mode (iPaq 5500), the
InternetOpenUrl fail (return NULL).
the calls that i make are :
-->hINet = InternetOpen(_T("decrypter"), INTERNET_OPEN_TYPE_PRECONFIG,
NULL, NULL, 0 );
-->hFile = InternetOpenUrl( hINet, log_file_url, NULL, 0, 0, 0 ) ;
and now I really don't see where the problem is located. Is there the
internet connection? I don't think so because i can connect to the
internet without any problem and dowload manually the web page i try to
open with InternetOpenURl.
Thanks
Francois