Re: Beagle thinks Im running windows?



Mono keeps a mapping between the dll files and the _actual_ .so files.
It looks like the mapping was incorrect on your machine.There is
generally a blabla.dll.config file which provides the mapping from
blabla.dll to blabla.so.

You have to wait for someone with a better knowledge of dll mapping to
reply. In the meantime see if this page helps you understand the
general idea:
http://www.mono-project.com/DllNotFoundException

- d.

On 11/30/05, Jonas Karlsson <cj karlsson gmail com> wrote:
> Some more info on this. I took the easy way out and created links for
> every file that wasn't found (I knew I had the libs).
> So I ended up with this:
>
> libgdk-win32-2.0-0.dll -> libgdk-x11-2.0.so.0
> libgdk_pixbuf-2.0-0.dll -> libgdk_pixbuf-2.0.so.0
> libglade-2.0-0.dll -> libglade-2.0.so.0
> libglib-2.0-0.dll -> libglib-2.0.so.0
> libgobject-2.0-0.dll -> libgobject-2.0.so.0
> libgtk-win32-2.0-0.dll -> libgtk-x11-2.0.so.0
> libpango-1.0-0.dll -> libpango-1.0.so.0
>
> Now everything is working, but is this really the way you have to go? Have
> I missed something? Is it Mono that is causing all the trouble, as it's
> Mono that uses dll:s?
> I know that I had gdk_pixbuf and gtk+ on my system before I installed
> Mono, so at least libgdk_pixbuf-2.0-0.dll should have been created by
> Mono, if it is Mono that does that.
>
> --
> /Jonas
>
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> _______________________________________________
> Dashboard-hackers mailing list
> Dashboard-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/dashboard-hackers
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]