How to pinvoke RTC API in .NET CF C# code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to access the RTC library in my app but don't know how..

The reference "rtcdll.dll" is located in
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Networking.RtcDll_6595b64144ccf1df_5.2.2.1_x-ww_D6BD8B93\

Any help would be greatly appreciated.
Thanks
 
That path is *not* a Windows CE device path. Where is the DLL on the device
and what call are you trying to make?

Paul T.
 
Thanks for ur reply..
I am not sure if the DLL is available on my pocket pc 2003..
if available, I don't know where the DLL is on my device either..
How can I find this out ?
(The DLL is about Real Time Communication(RTC) API and I am developing a
video phone application in .NET CF using C# )
 
Well, just like you'd find it on your desktop PC: look for it. My guess
would be \Windows and you'll probably have to set the file explorer options
to show file extensions and not hide files, or you can use the Remote File
Viewer from eVC. At a guess, I'd say that it's not there and you're out of
luck.

Paul T.
 
Hi,
I see that "RTC/SIP" is supported by Windows CE 4.2
But I wonder how to refer those DLLs in VB.NET for Smart Device...
Any idea as to how to refer this library "RTCDLL" in VB.NET?
[ If I write a Windows Application I am able to refer to this file as a COM..
as mentioned in the First Post ]

I appreciate your help...

Regards,
Ram.
 
Back
Top