Hi all, I'm using Monodevelop 2.6b1 with Delphi Prism on MacOSX, latest monotouch version. When linking, or when not linking but running the app, I get missing methods errors. Googling around, most of the time the problem is a certain user library is not linked against Monotouch. But in this case it's a very simple program and no user libraries are used (except maybe Delphi Prism is a user library).
Also the strange thing is it always are internal methods like op_Inequality, so I cannot add [preserve] to them. Could not link assemblies: Mono.Linker.ResolutionException: Can not resolve reference: System.Boolean System.Double::op_Inequality(System.Double,System.Double) And two others: Double::op_Lessthan and Typeinfo.Equality. As my program is growing, I might encounter more of them... Maybe anybody has a clue as where to search for the cause of this problem? Or is it solely a Prism bug? Thank you very much for you help! -- Met vriendelijke groet, Hugo Logmans Logmans & Beugelink IT Services Vof Eikelboom & De Bondt IT Services BV KvK 32162428 Ds. Kuypersstraat 16-W 3863 CA Nijkerk Tel. 033-8200223 / 06-20972291
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
