[Mono-list] Using Windows DLL in Linux

Vincent Povirk madewokherd at gmail.com
Tue Mar 22 13:07:04 EDT 2011


On Tue, Mar 22, 2011 at 6:11 AM, Francisco M. Marzoa Alonso
<francisco at marzoa.com> wrote:
> Hello,
>
> MoMA is that I needed, indeed. Here is the output I get:
>
> OK - All Methods called exist in Mono
> OK - No P/Invokes are called.
> FAIL - Methods called that throw NotImplementedException: 1
> FAIL - Methods called marked with [MonoTodo]: 1
>
> Showing it in detail, it's the same method for both fails:
> SerialPort.set_ReceivedBytesThreshold (int)
>
> That's for mono 2.8.
>
> So, I think the library "as is" it's not portable. :-|

Based on what the method does, I would guess that it's important, but
there's a very good chance that if this method were implemented in
Mono, the library would work. You just need to decide whether it is
worth the cost to implement it.


More information about the Mono-list mailing list