|
Posted by Yaroslav Goncharov on January 15, 2008, 3:42 am
Please log in for more thread options
What parameters do you use? Does Pocket Internet Explorer work well? Try to
compile one of WinInet samples and see it works for you.
--
Yaroslav Goncharov
Pocket PC Developer Network coordinator, http://pocketpcdn.com Spb Software House, http://spbsoftwarehouse.com
> Iam working on smart phone, using c++ ,
> i have included wininet.lib in my visual studio project and wininet.h
> in my code. wininet.dll.mui 's are present on my smart phone
> device.when i call InternetConnect api iam getting "error with
> wininet"
>
> i tried another option in which am using managed code, am using
> httpwebrequest to open the url and when i compile the same its
> prompting for /clr option
> when i create the project for smart device its becoming unmanged code
> and that /clr option is not found on project properties-> general.
> i tried options for mixing managed and unmanaged code but couldn't
> build the project.
>
> please, could anyone help me resolve this problem or give any
> suggestions.
>
> Thanks in Advance
>
|