embedded a dll in a windows application

  • Thread starter Thread starter Vicente Nicolau
  • Start date Start date
V

Vicente Nicolau

Hello,

I want embedded a dll library in a windows application and I want to access
it in the code.

Is this possible? How can I do it?

Thanks.
 
Vicente,

This kind of static referencing is not supported in .NET. You will have
to set a reference to access an external library.

Hope this helps.
 
Thank you.



Nicholas Paldino said:
Vicente,

This kind of static referencing is not supported in .NET. You will have
to set a reference to access an external library.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Vicente Nicolau said:
Hello,

I want embedded a dll library in a windows application and I want to access
it in the code.

Is this possible? How can I do it?

Thanks.
 
Back
Top