On Wed, Jul 15, 2009 at 6:45 PM, Alex Kuster<[email protected]> wrote: > and, how do I take parameters in a internal function call ?
It's no different from P/Invoke, if you are familiar with that. You are simply writing the P/Invoke target in your embedding app, instead of in a library. Read up on P/Invoke, it will be very useful knowledge. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
