[Moonlight-list] P/Invoke
Andrus
kobruleht2 at hot.ee
Thu Oct 8 05:33:23 EDT 2009
> Will it be possible to do p/invoke in Moonlight? I'd like to p/invoke to
> the
> OpenAL c++ dll for audio in an online game. Thanks.
You can convert Moonligh application to Mono exe using XAP->EXE converter
from
http://www.csscript.net/
or code from
http://blogs.microsoft.co.il/blogs/tamir/archive/2008/05/02/stand-alone-multiplatform-silverlight-application.aspx
After that your appl runs in trusted environment and you can make any
calls.
Mono does not have any .NET Code Access secutity so you appl
can do everything which user can.
Andrus.
More information about the Moonlight-list
mailing list