[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 at [2] if you're unfamiliar with how com interop works and what tlbimp is doing.
Ian


[1] http://nant.sourceforge.net/nightly/help/tasks/tlbimp.html
[2] http://www32.brinkster.com/srisamp/netArticles/article_16.htm



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to