Hi.

I have an application where I recently added the use of the PhoneMakeCall()
method, adding the "phone.lib" library. This works great on Windows Mobile 5
Smartphone devices, but when I try to start my app on a Windows Mobile 5
PocketPC device, it fails to start. If I remove the PhoneMakeCall() call, it
works.

From what I can see in the doc from MS, it should work on PocketPC devices
aswell, even though it probably won't do much use... :)

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later.
Header: phone.h
Library: phone.lib
Anyone have a hint?

Best regards,Ole-Johan Ellingsen

Re: PhoneMakeCall makes app fail on PocketPC by Peter

Peter
Thu Nov 23 16:09:10 CST 2006

It only works on Pocket PC Phone Edition devices where the phone.dll library
is present.

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com

"Ole-Johan Ellingsen" <ole-johan_at_ellingsen_dot_net> wrote in message
news:uJ6h3UtDHHA.996@TK2MSFTNGP02.phx.gbl...
> Hi.
>
> I have an application where I recently added the use of the
> PhoneMakeCall() method, adding the "phone.lib" library. This works great
> on Windows Mobile 5 Smartphone devices, but when I try to start my app on
> a Windows Mobile 5 PocketPC device, it fails to start. If I remove the
> PhoneMakeCall() call, it works.
>
> From what I can see in the doc from MS, it should work on PocketPC devices
> aswell, even though it probably won't do much use... :)
>
> Pocket PC: Pocket PC 2002 and later
> Smartphone: Smartphone 2002 and later
> OS Versions: Windows CE 3.0 and later.
> Header: phone.h
> Library: phone.lib
> Anyone have a hint?
>
> Best regards,Ole-Johan Ellingsen
>
>


Re: PhoneMakeCall makes app fail on PocketPC by Robert

Robert
Fri Nov 24 03:02:21 CST 2006

See
http://msdn2.microsoft.com/en-us/library/system.environment.getfolderpath.aspx
(Note you need Compact Framework 2.0)

Regards, Robert Kovacic

"Ole-Johan Ellingsen" <ole-johan_at_ellingsen_dot_net> wrote in message
news:uJ6h3UtDHHA.996@TK2MSFTNGP02.phx.gbl...
> Hi.
>
> I have an application where I recently added the use of the
> PhoneMakeCall() method, adding the "phone.lib" library. This works great
> on Windows Mobile 5 Smartphone devices, but when I try to start my app on
> a Windows Mobile 5 PocketPC device, it fails to start. If I remove the
> PhoneMakeCall() call, it works.
>
> From what I can see in the doc from MS, it should work on PocketPC devices
> aswell, even though it probably won't do much use... :)
>
> Pocket PC: Pocket PC 2002 and later
> Smartphone: Smartphone 2002 and later
> OS Versions: Windows CE 3.0 and later.
> Header: phone.h
> Library: phone.lib
> Anyone have a hint?
>
> Best regards,Ole-Johan Ellingsen
>
>



Re: PhoneMakeCall makes app fail on PocketPC by Robert

Robert
Fri Nov 24 20:35:29 CST 2006

Sorry - posted to wrong thread.

"Robert Kovacic" <rjk@bigpond.net.au> wrote in message
news:xyy9h.71066$rP1.1693@news-server.bigpond.net.au...
> See
> http://msdn2.microsoft.com/en-us/library/system.environment.getfolderpath.aspx
> (Note you need Compact Framework 2.0)
>
> Regards, Robert Kovacic
>
> "Ole-Johan Ellingsen" <ole-johan_at_ellingsen_dot_net> wrote in message
> news:uJ6h3UtDHHA.996@TK2MSFTNGP02.phx.gbl...
>> Hi.
>>
>> I have an application where I recently added the use of the
>> PhoneMakeCall() method, adding the "phone.lib" library. This works great
>> on Windows Mobile 5 Smartphone devices, but when I try to start my app on
>> a Windows Mobile 5 PocketPC device, it fails to start. If I remove the
>> PhoneMakeCall() call, it works.
>>
>> From what I can see in the doc from MS, it should work on PocketPC
>> devices aswell, even though it probably won't do much use... :)
>>
>> Pocket PC: Pocket PC 2002 and later
>> Smartphone: Smartphone 2002 and later
>> OS Versions: Windows CE 3.0 and later.
>> Header: phone.h
>> Library: phone.lib
>> Anyone have a hint?
>>
>> Best regards,Ole-Johan Ellingsen
>>
>>
>
>