greetings. -- c�sar
Index: embedded-api
===================================================================
RCS file: /cvs/public/mono/docs/embedded-api,v
retrieving revision 1.2
diff -u -r1.2 embedded-api
--- embedded-api 8 Oct 2002 16:33:47 -0000 1.2
+++ embedded-api 3 Nov 2002 07:07:40 -0000
@@ -55,7 +55,7 @@
MonoAssembly *assembly;
- assembly = mono_domain_assembly_open ("file.dll");
+ assembly = mono_domain_assembly_open (domain, "file.dll");
if (!assembly)
error ();
