How to combine two DLL into one ?
-
Assume that i have A.dll. Later, i create B.dll project that "using" A.dll. when i build the project , the output are A.dll and B.dll. Is it possible that the output is only B.dll(combines A.dll in it)? How? Thank =)
It is possible. Google for ILMerge.
Mark Churchill Director Dunn & Churchill
-
It is possible. Google for ILMerge.
Mark Churchill Director Dunn & Churchill
-
Assume that i have A.dll. Later, i create B.dll project that "using" A.dll. when i build the project , the output are A.dll and B.dll. Is it possible that the output is only B.dll(combines A.dll in it)? How? Thank =)
-
Assume that i have A.dll. Later, i create B.dll project that "using" A.dll. when i build the project , the output are A.dll and B.dll. Is it possible that the output is only B.dll(combines A.dll in it)? How? Thank =)