Ah... This is true. I meant to say RCW.
Sorry for the confusion.
-Griffin
--- Ian MacLean <[EMAIL PROTECTED]> wrote:
> you've got it backward :) CCW is for calling .Net
> from com but the
> principle is correct.
> Ian
>
> >If this a COM library used from .NET? If so,
> shouldn't
> >you just r
sorry. I forgot to cc my first response to this
Ian
--- Begin Message ---
Staale,
You'll need to use the tlbimp task to create an interop assembly and
then add that as a reference to the to the task. Visual studio
does basically the same thing behind the scenes. You will see an
stdole.interop
you've got it backward :) CCW is for calling .Net from com but the
principle is correct.
Ian
If this a COM library used from .NET? If so, shouldn't
you just reference the CCW that you have to build?
-Griffin
--- Uten Navn <[EMAIL PROTECTED]> wrote:
Hi all,
How can I include a reference to a
If this a COM library used from .NET? If so, shouldn't
you just reference the CCW that you have to build?
-Griffin
--- Uten Navn <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> How can I include a reference to a COM file, defined
> as belowe in a
> *.vbproj file, in my nant script?
>
>Name = "
Hi all,
How can I include a reference to a COM file, defined as belowe in a
*.vbproj file, in my nant script?
Name = "stdole"
GUID = "{00020430---C000-0046}"
VersionMajor = "2"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "primary"
/>
Any sugestions appreciated.
Best rega