http://www.cyberciti.biz/faq/ubuntu-linux-how-do-i-install-deb-packages/
On Mon, Feb 28, 2011 at 4:16 AM, toxicious <[email protected]> wrote: > I see, I think I get it now. > It's this lib: > http://mediainfo.sourceforge.net/en/Download/Ubuntu > btw, under their Windows section they have a dll for download (MediaInfoLib) > but in their Linux section (or ubuntu) they only have deb files when it > comes to the libMediaInfo. Anyone know what I am supposed to do to get the > .so files? > > I need a file named MyApp.exe.config which I then put this in: > > <configuration> > <dllmap os="osx" dll="MediaInfo.dll" > target="libmediainfo.dylib"/> > <dllmap os="linux" dll="MediaInfo.dll" > target="libmediainfo.so.0" /> > </configuration> > > Now I just need to get hold of those files. > > > On 02/27/2011 05:59 PM, toxicious 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. >> > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/C-First-port-of-application-to-mono-tp3327260p3327656.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > 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
