Robert Jordan wrote: > > On 03.10.2011 15:06, Hugo Logmans wrote: >> Maybe anybody has a clue as where to search for the cause of this >> problem? >> Or is it solely a Prism bug? > > System.Double::op_Inequality(System.Double,System.Double) is a > method introduced with .NET 4.0 that doesn't exist in the > Silverlight profile used by MonoTouch. > > To make it short: you can't take a library compiled against > some random desktop profiles and hope that it will just work > under MonoTouch. > > Thanks Robert.
So basically what you're saying is, that Delphi Prism is outputting .net 4 code when compiling the delphi sources to IL. I'll get this answer to the Prism guys to help solve it. Thanks! -- View this message in context: http://monotouch.2284126.n4.nabble.com/Can-not-resolve-reference-System-Boolean-System-Double-op-Inequality-System-Double-System-Double-tp3867431p3870265.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
