Combine DLL's

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

Is it possible to combine two dll assemblies into one? If so, how?

TIA
Patrick
 
Our product does exactly that,

http://www.remotesoft.com/linker

It performs on demand linking (only required methods are
linked), and it also resolves name conflicts when classes
names are identical cross dlls.

A GUI is provided for ease of use.

Thanks,

Huihong
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top