No. One .dll can only contain compiled code from one architecture. .NET
assebmlies and COM components use 2 different architectures.
> No. One .dll can only contain compiled code from one architecture. .NET
> assebmlies and COM components use 2 different architectures.
Yes, that's clear to me. But currently I have 3 dlls:
1. my main dll
2. some interop.xyz.dll
3. dll containing the COM component
3. is out of my control, but I want to have 1. and 2. in one single dll.
regards,
Achim
Scott M. - 31 Mar 2006 23:08 GMT
If you could find a way to de-compile the IntrerOp .dll and then put that
code in .dll #1, I suppose you could, but I don't think you can do this.
>> No. One .dll can only contain compiled code from one architecture. .NET
>> assebmlies and COM components use 2 different architectures.
[quoted text clipped - 9 lines]
> regards,
> Achim