PS: Sorry for my bad English
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...