[Mono-osx] P/invoking the OS X speech API?

Paolo Molaro lupus at ximian.com
Wed Feb 22 15:24:19 EST 2006


On 02/22/06 Nolan Darilek wrote:
> Thoughts? Wrapping my mind around p/invoke is tying it into all kinds  
> of knots. :) Here's my new revision of the Channel class:

The type long in C is not the same as long in C# on osx/32bit.
Use int in the C# code (or usually better IntPtr, but harder to use)
when the C side has long/unsigned long.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better


More information about the Mono-osx mailing list