Re: [Nant-users] How do I include com references in a VB nant script

2003-01-13 Thread Griffin Caprio
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

[Fwd: Re: [Nant-users] How do I include com references in a VB nantscript]

2003-01-13 Thread Ian MacLean
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

Re: [Nant-users] How do I include com references in a VB nant script

2003-01-13 Thread Ian MacLean
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

Re: [Nant-users] How do I include com references in a VB nant script

2003-01-13 Thread Griffin Caprio
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 = "

[Nant-users] How do I include com references in a VB nant script

2003-01-13 Thread Uten Navn
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