Re: [Mono-dev] list of platform-differences

2009-09-22 Thread Andreas Nahr
dreas Nahr; mono-devel-list@lists.ximian.com Betreff: Re: [Mono-dev] list of platform-differences Andreas and all offcourse this could be expected - if I RFM (read the fucking manual). But as a unexperienced mono user I expect, that mono sheelds me from any hardware dependend issue. I can unders

Re: [Mono-dev] list of platform-differences

2009-09-22 Thread Thad Thompson
>So I think there should be a wrapper around BitConverter (and simular functions), which simulates a little endian system. That sounds nice, but you should take it up with Microsoft. They already do deploy .NET on big-endian systems (Xbox 360). Moving applications between platforms is fairly trans

Re: [Mono-dev] list of platform-differences

2009-09-22 Thread Andreas Heertsch
@Robert > BitConverter is broken by design (by MS) and it can't be fixed. > Perhaps I'm too MS orientated, but as far as I understand, Mono starts to make the .Net technology available for other platforms. So I think there should be a wrapper around BitConverter (and simular functions), which simu

Re: [Mono-dev] list of platform-differences

2009-09-22 Thread Robert Jordan
Andreas Heertsch wrote: > Andreas and all > offcourse this could be expected - if I RFM (read the fucking manual). But > as a unexperienced mono user I expect, that mono sheelds me from > *any*hardware dependend issue. > > I can understand, that this expectation is not fully realized in the > pres

Re: [Mono-dev] list of platform-differences

2009-09-22 Thread Andreas Heertsch
Andreas and all offcourse this could be expected - if I RFM (read the fucking manual). But as a unexperienced mono user I expect, that mono sheelds me from *any*hardware dependend issue. I can understand, that this expectation is not fully realized in the present, but I would not understand, that

Re: [Mono-dev] list of platform-differences

2009-09-21 Thread Andreas Nahr
one) Von: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] Im Auftrag von Andreas Heertsch Gesendet: Montag, 21. September 2009 17:51 An: mono-devel-list@lists.ximian.com Betreff: [Mono-dev] list of platform-differences As I became aware, that

[Mono-dev] list of platform-differences

2009-09-21 Thread Andreas Heertsch
As I became aware, that *BitConvert**er.GetByte**s(0x1234) returns 0,0 on OSX* I thought: that is a bug. But Miguel pointed out, that this depends on the platform OSX: "big-endian system (PowerPC) as opposed to a little endian system." Up to that I hoped, that mono would hide *all* differences of a