On 02/07/03 keith davey wrote: > I know its early days for the OSX build, but I wanted > to get started on some libraries, probably a config > set of classes for OS control from mono and a start on > a Cocoa version of winforms.
Great! > As I'm still building here there is one question I > have. Should I expect pInvoke to work on OSX and if > not, what is involved in making it happen? Most P/Invoke stuff should work, but there are still some failures in the tests, IIRC. The only way to know for sure is to try it out:-) The low-level P/Invoke code is in mono/arch/ppc/tramp.c, so, if you find bugs, the likely culprit code is there. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
