Re: [Nant-users] Exposing ActiveX dll's

2003-07-10 Thread Ian MacLean
Eric, I'm not quite sure what you're asking. Are you wondering how to generate interop assemblies with nant ? If so then the tlbimp task is probably what you're after. You pass it a tlb or activeX dll and it will generate the appropriate wrapper assembly or rcw ( runtime callable wrapper ). tlbi

[Nant-users] Exposing ActiveX dll's

2003-07-10 Thread Eric Fetzer
Is anyone aware of a way to expose ActiveX dll's from NAnt?  While automating our build, I've come to a project where Interop.SQLXMLBULKLOADLib.dll and Interop.IWshRuntimeLibrary.dll are referenced in the code.  The only way I can figure out how to get these files into the project environment is by