Re: [Nant-users] include native dll's

2004-06-29 Thread Ian MacLean
[EMAIL PROTECTED] wrote: Hi, How do I include COM dll's in the project. use the tlbimp task [1] to create the interop assembly and then reference that assembly as normal. note - if you're currently using visual studio this is what it does behind the scenes for you automatically. Have a look a

[Nant-users] include native dll's

2004-06-28 Thread sriram.rajamanuri
Title: Message Hi,   How do I include COM dll's in the project.   Thanks in advance, Sriram