Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help for Interop.RTCCore.dll

30 views
Skip to first unread message

Armando Pagliara

unread,
Feb 20, 2007, 4:25:19 AM2/20/07
to
Hi to all, please I can't find Interop.RTCCore.dll into RTC Client API v1.3
SDK for C# programming. I'm a new inexperienced developer, so I need your
help.
I see I can take it from RTCCore.idl, but I don't know how!
Thanks

PS: Sorry for my bad English

sun...@sunsys.net

unread,
Apr 17, 2007, 6:29:46 PM4/17/07
to
/// RTCCORELib.dll is a Primary Interop assembly to interface
/// managed code to the COM DLL (rtcdll.dll) issued with the
/// RTC 1.3 SDK. To build RTCCORELib.dll, start Visual Studio
/// Command Prompt, cd to the project directory, then use the
/// command "tlbimp rtcdll.dll".

Oscar Newkerk{MSFT]

unread,
Apr 17, 2007, 6:43:19 PM4/17/07
to
Take a look at the RtcPresence sample in the RTC SDK 1.3. It's installed by
default in:
C:\Program Files\RTC Client API v1.3 SDK\SDK\Samples\RtcPresence

The README.TXT file there has instructions for building the interop
assembly. If you have VS 2005 installed, then do the following in the
"Visual Studio 2005 Command Prompt"


Produce the Interop assembly. The Interop assembly (also known as Runtime
Callable
Wrappers) allows COM objects to be referenced by .Net clients. One manner
to
produce the assembly is to use the type library importer tool
(Tlbimp.exe), which is
part of the .Net framework. The following is an example method to
generate the
type library and then the assembly.

midl /I "your path\Microsoft SDK\Include"
/I "your Visual Studio path\PlatformSDK\Include\DShowIDL" rtccore.idl

tlbimp rtccore.tlb /out:Interop.RTCCore.dll /namespace:RTCCore
/sysarray


--

Oscar Newkerk
Unified Communications Group
---------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.


"Armando Pagliara" <sig...@nexsoft.com> wrote in message
news:cebda0e79b5a479e...@ureader.com...

sharad shukla

unread,
Jun 22, 2009, 3:42:00 PM6/22/09
to
0 new messages