[Mono-list] Can I run a simple and single .dll file?

Chris Howie cdhowie at gmail.com
Wed Feb 25 01:26:03 EST 2009


On Wed, Feb 25, 2009 at 1:09 AM, millisami <millisami at gmail.com> wrote:
> The concern:
> How hard is installing this Mono framework in Ubuntu Hardy?

As hard as it is to install any other package -- not very.

> What is the minimal installation to run that .dll file?

That's impossible to know without knowing which assemblies that
library references.

> Can this be accomplished?

You cannot run a library directly.  You must first reference it from
an executable assembly and call the functions you need.  This will
probably involve writing a bit of C#.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list