Showing posts with label cellcore windows ce 6.0 tapi. Show all posts
Showing posts with label cellcore windows ce 6.0 tapi. Show all posts

Tuesday, 5 February 2008

Finding Cellcore examples for use in CE6.0

If you are trying out the Cellcore component in CE6.0 to dial voice numbers, receive calls, send and receive text messages and are looking for code examples then try the Smartphone SDK, there are examples under here most of which will compile as they are:

\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\CPP\Win32\Cellcore\..

For example the SMS\HelloSMS code can be used for sending and receiving SMS messages, this uses the SmsOpen and SmsSendMessage functions which are identical between CE6.0 and Windows Mobile.

There are many code examples in here which certainly helped me out with the TAPI system for setting up voice calls for outgoing and incoming calls.