[MonoDevelop] Same way for linux library as windows library

Petit Eric surfzoid at gmail.com
Wed Apr 16 07:14:03 EDT 2008


hi folk,
I write cs-obexftp,
https://sourceforge.net/project/showfiles.php?group_id=206501 , who
use the populare openobex/obexftp library, at this time the official
library doesn't support C#, so my app doesn't work yet with official
release in linux distro.

as we know under windows, a app try to find library, first in the same
dir as the executable, if there isn't it try to shearch them in
windows and system32 (environment).

So my question is, can we have the same way under linux :
- official library in the environment (/lib, /usr/lib ..........)
- "Unofficial" library in the same dir as the executable of my app

And expect result should be to use it and not the library whose are in
the environment

Thank's all.
EP


More information about the Monodevelop-list mailing list