Bug 175129

Summary: Provides qt-dotnet.dll.config for distro packagers
Product: [Developer tools] bindings Reporter: Funda Wang <fundawang>
Component: generalAssignee: kde-bindings
Status: RESOLVED FIXED    
Severity: normal CC: kde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Funda Wang 2008-11-14 14:59:32 UTC
Version:           4.1.73 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Per this doc:
http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html

As qyotoshared becomes versioned libraries, it is required that either providing a qt-dotnet.dll.config according to the guideline written in above links, either hardcoding (or softcoding) the SOVERSION in following sources:

$ grep -r DllImport *|grep libqyotoshared
csharp/qyoto/core/QObjectExtras.cs:             [DllImport("libqyotoshared", CharSet=CharSet.Ansi)]
csharp/qyoto/src/SmokeMarshallers.cs:           [DllImport("libqyotoshared", CharSet=CharSet.Ansi)]
csharp/qyoto/src/SmokeMarshallers.cs:           [DllImport("libqyotoshared", CharSet=CharSet.Ansi)]
Comment 1 Funda Wang 2010-09-19 04:10:02 UTC
fixed by myself