Hi Duane,

My Mono version is 2.8. And I have been trying this both on Windows XP and
Mac OSX (Leopard and Snow Leopard). And the behavior is exactly the same
mono_domain_assembly_open returning a null pointer. I' am totally stumped
with trying to figure out what could be wrong with just these 2 lines of
code:

    domain = mono_jit_init ("system"); 

    assembly = mono_domain_assembly_open (domain,
"TestManagedAssembly.exe"); 

Since there are not linking errors I' am assuming the right libraries have
been linked.


Regards
-Vinay

--
View this message in context: 
http://mono.1490590.n4.nabble.com/Embedding-Mono-tp3345310p3347505.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to