Re: [Mono-dev] AMD64 AOT code and bad IMT

2013-05-28 Thread Gavin Dodd
I finally got this sorted out. The issue was struct alignment between the two compilers. A lot of structs use bitfields (MonoVTable was the first I found) which is platform specific implementation according to the C standard. VC (used for compiler) was aligning the first bitfield to a 2 byte

Re: [Mono-list] SSL/TLS issue with Disqus.com

2013-05-28 Thread Daniel Lo Nigro
https://disqus.com/api/docs/ loads fine in IE6 in a VM so I assume that Mono should have no problems connecting to it (I doubt IE6 supports ciphers that Mono doesn't support). Would this problem be an issue in Mono or an issue with Disqus' server configuration? On Tue, May 28, 2013 at 12:47 PM,

Re: [Mono-list] XML Serialization - difference between WinCLR and Mono runtime

2013-05-28 Thread MarLOne
Dave Curylo wrote As for the expected InvalidOperationException, I think this is one area that the mono maintainers seem to take liberty to deviate from MS .NET behavior. I've logged a few bugs like this in the past where mono does not throw an exception but MS does and they refuse to fix

[Mono-list] ZipArchive?

2013-05-28 Thread Madsn
Hi, I had hoped to find the System.IO.Compression.ZipArchive class when using mono .net 4.5, but didn't find it. Will it be supported or are there copyright issues or something? (Or didn't I just look hard enough) In case it won't be supported, I have seen several third party zip libraries.

Re: [Mono-list] ZipArchive?

2013-05-28 Thread Jonathan Pryor
On May 27, 2013, at 1:46 PM, Madsn ma...@theweb.dk wrote: Hi, I had hoped to find the System.IO.Compression.ZipArchive class when using mono .net 4.5, but didn't find it. Will it be supported or are there copyright issues or something? (Or didn't I just look hard enough) That type was

Re: [Mono-list] ZipArchive?

2013-05-28 Thread Ian Norton
I tend to use ionic.zip On 28 May 2013 13:51, Madsn ma...@theweb.dk wrote: Hi, I had hoped to find the System.IO.Compression.ZipArchive class when using mono .net 4.5, but didn't find it. Will it be supported or are there copyright issues or something? (Or didn't I just look hard enough)

Re: [Mono-list] ZipArchive?

2013-05-28 Thread Stifu
I also like Ionic.Zip better (the API seems a bit more natural / modern to me), but sometimes had to use SharpZipLib for GPL projects, which can't use non-GPL libraries. Ian Norton-3 wrote I tend to use ionic.zip On 28 May 2013 13:51, Madsn lt; madsn@ gt; wrote: Hi, I had hoped to find

[Mono-list] How I can contribute to code

2013-05-28 Thread Alberto León
Hello, I want to study some bug and fix it. I getted from git the source code. But I'm searching in the repository for any *.sln file or similar and I don't find it. I see some csproj files. in /mono/mcs I see the mcs.proj file But MonoDevelop only opens it as XML file Is any tutorial or