Refering a COM component in VS.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dotnetjunky

    Refering a COM component in VS.NET

    Hi,

    If we reference a COM component directly in VS.NET, VS.NET will create a
    ..dll file in our application folder.
    Is this .dll file the same as if we would use tlbimport.exe to create the
    RCW ?

    Thanks.

    --
    Dotnetjunky


  • Mattias Sjögren

    #2
    Re: Refering a COM component in VS.NET

    [color=blue]
    >Is this .dll file the same as if we would use tlbimport.exe to create the
    >RCW ?[/color]

    Yes, if you run TlbImp with the /sysarray option.



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org

    Please reply only to the newsgroup.

    Comment

    Working...