HELP: accessing phone function is CF

  • Thread starter Thread starter liran_shahar
  • Start date Start date
L

liran_shahar

I have an iPAQ device with cellular extension, i would like to access
it from within my software, i read about phone.dll and sms.dll but
didn't find them not on the device or in the SDK installation
location, do i need to use them? if i do where can i find them? how to
install them into the device?

If i don't need them, can i use TAPI? where can i find a TAPI source
for CF? how do i decide on which com port the device works? does TAPI
automatically detect that?

Any help is appreciated since i am "running" around microsoft samples
and website like crazy rabbit...

Liran.
 
The phone.dll and sms.dll libraries are part of the Pocket PC Phone Edition
platform and will not be present on an iPaq with the GPRS sleeve. If HP have
produced an SDK for their sleeve it may be possible to access it's functions
using Platform Invoke - on a quick search I was unable to find any sdk or
documentation for the sleeve.

Peter
 
I understand that (since i searched all the files), there is a program
called "IA Dialer" which works, so i guess it might be using TAPI for
interfacing with the device, how do i use TAPI in iPAQ? (.net CF i mean)
i looked in all kind of websites/articles but didn't find any working
sample

TIA
Liran.
 
Back
Top