[Mono-devel-list] exposing internalcalls

Miguel de Icaza miguel at ximian.com
Sun Jan 25 22:01:06 EST 2004


Hello,

> I want to use some homemade internalcalls. I've read the MonoEmbed
> tutorial and it works fine. 
> I would like to know if I can expose the internalcalls without starting
> the runtime from within the c-code.
> I've tried compiling the c-code into a .so but i end up with the
> following.
> 
> ** (test.exe:23657): WARNING **: cant resolve internal call to
> "MyInternalcall::something()" (tested without signature also)
> 
> Is there anyway of getting it to work.

Can you describe the usage scenario you have in mind?  You have to
register the internal call at some point from C.




More information about the Mono-devel-list mailing list