[Kde-bindings] qyoto libraries ?
Sune Vuorela
nospam at vuorela.dk
Wed Jul 16 14:19:57 UTC 2008
On 2008-07-16, Arno Rehn <arno at arnorehn.de> wrote:
> the binding modules link. So this is right in libdir. libqyoto.so and
> libqscintilla.so initialize the smoke smoke lib needed by the module and
> provide additional functionality needed by it. So they are modules really, but
> they can't go into libdir/kde4 since the we need to P/Invoke into them and
> Mono only looks for libraries in the linker dirs directly (afaik).
I was told (by debian mono people) that with a foo.dll.config you can
map it properly.
e.g. qt-dotnet.dll.config:
<configuration>
<dllmap dll="libqyoto" target="/usr/lib/cli/kdebindings/4.4/libqyoto.so"/>
</configuration>
placed along with qt-dotnet.dll will make mono able to figure it out.
/Sune
More information about the Kde-bindings
mailing list