Hello,

    Please file a bug report here:

        www.mono-project.com/Bugs

Miguel.

On Wed, 2008-04-02 at 09:40 +0100, ReveIntech wrote:
> Hello, i have one problem using some assemblies that work well in
> mono/80x86 in arm.  The problem is that when i call a method of a
> class defined in a external assembly, inside of the called method
> it sees the  arguments of the method swaped.
> 
> Ex:
> 
>   struct TestA,TestB;
> 
> ClassFromExternalAssembly.Method1(TestA,TestB);
> 
> 
> .
> .
> .
> .
> 
> Inside of ClassFromExternalAssembly.Method1, the contents of TestA are
> swapped it the contents from TestB
> 
> From what i can see the problem only happens when the arguments are
> structs..
> 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to