How to link a dll and exe

  • Thread starter Thread starter Michael Fällgreen
  • Start date Start date
M

Michael Fällgreen

This might be a stupid question - sorry - byt a have a exe (console) that
uses a dll (both vb.net 2). Is it possible to "link" these to files together
so I only have to distribute a (larger) exe?

Thanks
 
Michael Fällgreen said:
This might be a stupid question - sorry - byt a have a exe (console) that
uses a dll (both vb.net 2). Is it possible to "link" these to files
together so I only have to distribute a (larger) exe?

Search the Web for "ILMerge" and "ILLink".
 
Back
Top