Hello, You need to study each P/Invoke and figure out why this was required on Windows.
When you talk about "hundreds" of P/Invokes, it sounds like this was a UI control, those typically did a lot of those to achieve special effects. Those usually have no corresponding mapping on Unix or Mac (for that matter, they are actually highly dependent on the underlying window manager and toolkits available). So that would be a case where you need to rethink exactly what the code is trying to do and find alternatives. Miguel On Tue, Sep 23, 2014 at 5:35 AM, dheeraj2020 <[email protected]> wrote: > is there any way to convert P/Invokes that can be supported by mono, > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/New-to-mono-tp4663978p4664002.html > Sent from the Mono - VB mailing list archive at Nabble.com. > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb >
_______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
