|
Posted by Alex Feinman [MVP] on October 9, 2005, 9:41 pm
Please log in for more thread options
Search this group and the SMartphone SDK for DMProcessConfigXml
You need the CM_GRPS element
>I develop Smartphone 2003 client for our client/server application.
> After client is started it must be connected through
> access point of mobile operator determined by us.
> I have tried to create gprs connections it by this way:
> creating gprs dial entry:
> 1. RasSetEntryProperties()
> 2. RasSetEntryDialParams()
> connecting:
> 3. RasDial()
>
> Problem is that return code for RasDial() is ERROR_PORT_NOT_AVAILABLE
>
> but on Pocet PC 2003 it is functional.
>
> What is wrong with this way ?
> Or does exist on smartphone some API that allows adding dial entries and
> connecting through it ?
> I did not find any.
>
> Peter
>
>
|