J
Julie
I'm currently working in a mixed mode project where the exe is C#, there is a
managed C++ (DLL) assembly, that in part, includes some calls into a native
(unmamanged) DLL.
I can build/link/run just fine, the question isn't about that.
What I'm after is, if I have another client that uses the C++ managed assembly,
I want the unmanaged DLL somehow to tag along. I've looked at /link in AL.exe,
and /assemblymodule, but either I'm not using it right, or it doesn't do what I
want.
Anyone have any experience w/ this? What I've had to resort to is manually
copying the unmanaged DLL where needed -- far from optimal.
Thanks
managed C++ (DLL) assembly, that in part, includes some calls into a native
(unmamanged) DLL.
I can build/link/run just fine, the question isn't about that.
What I'm after is, if I have another client that uses the C++ managed assembly,
I want the unmanaged DLL somehow to tag along. I've looked at /link in AL.exe,
and /assemblymodule, but either I'm not using it right, or it doesn't do what I
want.
Anyone have any experience w/ this? What I've had to resort to is manually
copying the unmanaged DLL where needed -- far from optimal.
Thanks