[Mono-osx] Winform on 64 bit OSX
Miguel de Icaza
miguel at novell.com
Thu Jan 20 11:05:19 EST 2011
> Our app uses PInvoke very often (image processing, webcam handling written in
> C++), as I know this is contradict with SilverLight.
You could split the functionality into a separate process, and you
expose the results over HTTP.
So you have all of your operating-system specific code hosted in an
.aspx or .ashx file, and have Silverlight communicate with it to
access the native operating system.
Miguel
More information about the Mono-osx
mailing list