[Mono-list] C# First port of application to mono

Abe Gillespie abe.gillespie at gmail.com
Sun Feb 27 18:05:50 EST 2011


I don't know anything about this library.  How did you obtain it?  If
you have access to the source then you need to build it on your
platform.  If not, is it a package in your systems package manager?
Once you've done this you may use it just fine with Mono / Linux.  The
only thing you need after that might be configuring the path to the
library if, say, the installer put it somewhere like /usr/lib or
/usr/local/lib - http://www.mono-project.com/DllNotFoundException

-Abe

On Sun, Feb 27, 2011 at 5:59 PM, toxicious <cyb3rh4xter at gmail.com> wrote:
> Hi guys,
>
> I am completely new to mono, only used it one time before to run a program
> on Ubuntu. I am a windows .NET developer but my interest for porting my apps
> to Linux has grown. I therefore ran MoMa and discovered that there is mainly
> one thing that needs to be fixed.
>
> I am calling a dll in my app (MediaInfoLib), this came up as a P/Invoke. I
> know MediaInfoLib is available for Ubuntu etc. but how do I use it? I mean
> is it just to replace the MediaInfoLib.dll in my to code to the name of the
> "dll-like" (.so?) for linux? That doesn't seem right. I am developing in
> VS2010.
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/C-First-port-of-application-to-mono-tp3327260p3327260.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list