Create dlls from several modules

  • Thread starter Thread starter Albert Jimenez Durango
  • Start date Start date
A

Albert Jimenez Durango

Greetings,

Is it possible to merge several dlls on a single dll? How?

How to create a dll from several modules (.netmodule
files)?? (maybe using Al command line utility).

Thanks guys...
 
alfanumerico2 said:
Greetings,

Is it possible to merge several dlls on a single dll? How?

Into a single DLL? You can't.
How to create a dll from several modules (.netmodule
files)?? (maybe using Al command line utility).

With the AL command line utility, you can create a .NET assembly with
the proper manifest that references the other modules (.mod files), but
it does not create a unified, single DLL.
 
Back
Top