Hello, The mono analyzer is a good idea, but also have in mind that you have to double check if you are using unicode strings somewhere. In this case you need to address the utf16 to utf32 conversion, when using native libraries (dll, so)
Regards Ralph ----- Originalnachricht ----- Von: [email protected] <[email protected]> An: [email protected] <[email protected]> Gesendet: Sat Mar 19 07:28:31 2011 Betreff: Re: [Mono-list] Using Windows DLL in Linux Hi, Potentially yes, but I would first scan the DLL using the MoMA tool (http://www.mono-project.com/MoMA), which will be able to confirm if everything this assembly does is currently supported by Mono. Regards Matt On 19/03/2011, at 11:10 AM, Francisco M. Marzoa Alonso wrote: > Hello, > > One customer has sent me a request to create an application that must > work on an Ubuntu host and handle certain device. > > The manufacturer of the device has published an SDK for C# developers, > that once downloaded I found that has two files: > > - device-sdk-1.0.dll > - device-sdk-1.0.chm > > Do you think that there's any chance that I've use it directly from > Mono? Is the answer is affirmative, how can I add that DLL to a project > to check it? > > Thanks a lot in advance, > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list This e-mail message from Cross Match Technologies, Inc. is intended only for the individual or entity to which it is addressed. This e-mail may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you received this e-mail by accident, please notify the sender immediately and destroy this e-mail and all copies of it.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
