| Rajesh [MSFT] 2006-04-10, 7:05 pm |
| You should be using the platform that you got RTC dll from (Windows CE), as
the other platform may have support and licensing issues.
RTC is COM based, so if you want to use .NET platform to access it, you
would need to use COM interop. Look at MSDN sample programs on how to use
RTC.
Hope this helps.
Rajesh
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"jerry_popperq" <jerry_popperq.25azlq@mail.codecomments.com> wrote in
message news:jerry_popperq.25azlq@mail.codecomments.com...
>
> I want to develop VoIP CLient using .NET CF for Windows CE or PocketPC.
> I am new to CF and have little idea about the compatibility of
> PocketPC/WindowsCE for VoIP. I got RTC API from microsoft. I built some
> sample programs for PocketPC and ran using emulator in .NET 2005.
>
> IS this project feasible. If it is what i should use PocketPC 2003 or
> Windows CE. Besides how should i start the development.
>
> Thanx in advance
>
>
>
> --
> jerry_popperq
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>
|