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.
 

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

Similar Threads

C# Dll to JAVA 4
Win32 DLL with C# 1
Deploying with My DLLs 2
compiler question. 1
Resource DLL generation at compilation stage 5
Deploying with DLLs 6
ResolveAssemblyReference.cache 1
asp.net and dllimport 1

Back
Top