[Mono-devel-list] Internal call from a module

Pierre Brunet brunet at ocre.cea.fr
Tue May 17 05:42:21 EDT 2005


              Hi,

    I try to call a C function from a C# module...
My C code "runtime.c launch an assembly "appli.cs", I could call a C 
function in "runtime.c" from "appli.cs" with an InternalCall. But I 've 
a module "module.cs" used by "appli.cs", and in this module I need to 
call a C function in "runtime.c", it throws an exception 
"System.MissingMethodException: Cannot find the requested method."

How can I do ??  Thanks !




More information about the Mono-devel-list mailing list