[MonoDevelop] Newbie question: Making a reference to a linux shared library

Chris Howie cdhowie at gmail.com
Mon Oct 6 11:15:04 EDT 2008


On Mon, Oct 6, 2008 at 11:08 AM, Petit Eric <surfzoid at gmail.com> wrote:
> 2008/10/6 alanb <alan.battersby at ntlworld.com>:
>> I retraced my steps and created an extremely simple shared library that was
>> stand alone, linked it etc and it all worked. Therefore I can only surmise
>> that one of the libraries that my library was based on isnt being loaded and
>> that is causing the exception. Do you think that this is the case?
>
> Difficult to say, that means error message was bad, did yu check
> permission, name ....

Actually, DllNotFoundException is thrown for just about every P/Invoke
linking error.  When you think about it, there is /some/ library
that's not found in this case, even if it's not the one you explicitly
requested.

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


More information about the Monodevelop-list mailing list