[Mono-dev] Verifying a Strong Name

2013-02-05 Thread Alistair Leslie-Hughes
Hi, Is there an equivalent embedded API function(s) as the Microsoft function StrongNameSignatureVerificationEx http://msdn.microsoft.com/en-us/library/ms232579.aspx I know how to get the strong name, but how can I verify it? Best Regards Alistair Leslie-Hughes __

Re: [Mono-dev] ARM/NativeClient port

2013-02-05 Thread Nikolay Igotti
Hi Paolo, On Mon, Feb 4, 2013 at 6:36 PM, Paolo Molaro wrote: > > 8. All bl/blx must be bundle-end aligned and LR is masked before > return, > > as everything else in 3. > > Can you define precisely what a bundle is in this context? 16 bytes? Does > it > need to be aligned? Do the data bun

Re: [Mono-dev] ARM/NativeClient port

2013-02-05 Thread Nikolay Igotti
Hi Zoltan, Good idea, but unfortunately for [reg + reg] loads it's hard to easily verify that address does not escapes sandbox, so NaCL only allows [reg + imm] addressing mode. So far, my approach is to augment MonoDomain with jumptable field, and replace inline jumptable with access to

[Mono-dev] system.developmet error

2013-02-05 Thread vikas
i developed an application in visual studio dot net 2010, the application is also working with mono Develop in windows but when i run the same application in ubuntu with mono and monodevlop system.deployment error is coming mono- 2.10.8 for ubuntu monodevelop 3.X regards Vikas -- View this m

[Mono-dev] Chat director

2013-02-05 Thread vikas
will chart director work with mono and monodevelop in ubuntu ? -- View this message in context: http://mono.1490590.n4.nabble.com/Chat-director-tp4658408.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-devel-list mailing li

Re: [Mono-dev] system.developmet error

2013-02-05 Thread Rafael Teixeira
AFAIR, Mono doesn't implement System.Deployment classes Rafael "Monoman" Teixeira --- "The most exciting phrase to hear in science, the one that heralds new discoveries, is not 'Eureka!' (I found it!) but 'That's funny ...'" Isaac Asimov US science fiction novel

[Mono-dev] CONV.i8 conversion problem on E500 power pc

2013-02-05 Thread jbroekhuizen
Hi, I managed to compile Mono 3.0.3 on my Synology NAS with a P1022 (dual e500) ppc processor. Shortly after I noticed that the conversion of doubles to long fails. This was triggered by some runtime exception in XSP web server that the timespan was negative. I deduced the code to fail to the foll