[Mono-dev] Scripts to create the Mac OS X dmg packages
I'm looking for the scripts to generate the Mac OS X dmg packages that are on: http://www.go-mono.com/mono-downloads/download.html Are those available anywhere? Thanks! Bassam ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Reading Exif Data with System.Drawing or Gtk#
> I wasn't aware of this dependency, and I do not find libexif inside the > Windows installation of mono. The Windows version of Mono does not include libgdiplus. It uses the gdiplus.dll shipped with windows. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
[Mono-dev] [Patch] Fix bug where HttpWebRequest.BeginResponse never completes
We are seeing a case where HttpWebRequest.BeginResponse never completes even through there is a response outstanding on the connection. We see this with mono 2.6.7. I've traces this down to the HttpWebRequest.SetResponseData method. Attached is a patch that fixes the problem. Thanks! Bassam HttpWebRequest.patch Description: HttpWebRequest.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Reading Exif Data with System.Drawing or Gtk#
Hello Sebastien, thanks for your answer. Am 27.09.2010 14:16, schrieb Sebastien Pouliot: >> Does anyone has a pointer for me, where to search for more information, >> or how to read Exif Data using Gtk? > > Mono (well libgdiplus) use libexif. A quick googling returned the > following link: > > http://www.koders.com/csharp/fid6E5A26A44CC15C401B9D4B4C11EE862ECB6B1D26.aspx?s=zoom#L113 I wasn't aware of this dependency, and I do not find libexif inside the Windows installation of mono. Anyway I will check for runtime and existance of exiflib and implement a special handling for "mono with exiflib". The System.Drawing solution maybe slow sometimes, but is always a safe fallback. Regards, Patrick ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Serialization problem in WCF
Thank you for the reply. Unfortunately I cannot stuff hundred of POCOs with [DataContract] and [DataMember] attributes, however I can put XML attributes, as those commented in the example. What hope do I have? Wait for a future version? Cheers -- View this message in context: http://mono.1490590.n4.nabble.com/Serialization-problem-in-WCF-tp2316370p2720436.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list