[Mono-list] a bit OT: DLL to Assembly

Lloyd Dupont lloyd@galador.net
Tue, 04 Sep 2001 02:54:40 +0200


is there a way to transform an ordinary C DLL into an assembly ?
or to include it into an assembly ?

My problems is that i managed to display a C# in IE as an applet.
Dependency over multiple behave well and i download all assembly.
But dependency (through interop) onto a native DLL aren't exposed and
native code isn't called...

Do you have any idea ?