Re: [Nant-users] include native dll's
[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
Title: Message Hi, How do I include COM dll's in the project. Thanks in advance, Sriram