Re: [MonoTouch] The assembly mscorlib.dll was not found or could not be loaded.

2011-10-17 Thread Jeff Stedfast
Hi Ogden, On Sun, Oct 16, 2011 at 10:55 PM, ogden dmorri...@ueic.com wrote: Hi Jeff, thanks for replying In both cases we used the line from http://docs.xamarin.com/ios/advanced_topics/linking_native_libraries as follows: -gcc_flags -L${ProjectDir} -lQSiOS -force_load

Re: [MonoTouch] The assembly mscorlib.dll was not found or could not be loaded.

2011-10-17 Thread Sebastien Pouliot
Hello Ogden, On Fri, Oct 14, 2011 at 9:21 PM, ogden dmorri...@ueic.com wrote: Hi, I am trying to link a C library into a large MonoTouch application and have been met with some trouble... Anytime I run the app I get: The assembly mscorlib.dll was not found or could not be loaded. It should

Re: [MonoTouch] The assembly mscorlib.dll was not found or could not be loaded.

2011-10-17 Thread ogden
Hello, Jeff/Sebastian I've created bug 1542 as requested: http://bugzilla.xamarin.com/show_bug.cgi?id=1542 A link to some test-vectors is included in the bug. Thanks very much, Ogden -- View this message in context:

Re: [MonoTouch] The assembly mscorlib.dll was not found or could not be loaded.

2011-10-16 Thread ogden
Hi Jeff, thanks for replying In both cases we used the line from http://docs.xamarin.com/ios/advanced_topics/linking_native_libraries as follows: -gcc_flags -L${ProjectDir} -lQSiOS -force_load ${ProjectDir}/libQSiOS.a Is it possible that stdlib is not being linked? Our libQS has no

[MonoTouch] The assembly mscorlib.dll was not found or could not be loaded.

2011-10-14 Thread ogden
Hi, I am trying to link a C library into a large MonoTouch application and have been met with some trouble... Anytime I run the app I get: The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the