[Mono-osx] Getting Started Help

james_wheeler_pe james_wheeler_pe at yahoo.com
Tue May 27 07:37:21 EDT 2008


Copied the wrong stuff in my previous reply.  This should make it clearer. 
The program hello.exe was compiled using MSC.  The program MacMonoTest.exe
is the same source built using Visual Studio 2008.

james-wheelers-macbook:~ Administrator$ mono hello.exe
This is totally cool
james-wheelers-macbook:~ Administrator$ mono MacMonoTest.exe
james-wheelers-macbook:~ Administrator$ mono -v MacMonoTest.exe
Method (wrapper runtime-invoke) System.Object:runtime_invoke_void_string
(object,intptr,intptr,intptr) emitted at 0x7a7028 to 0x7a70c0 (code length
152) [MacMonoTest.exe]
Method System.OutOfMemoryException:.ctor (string) emitted at 0x7a70c0 to
0x7a70ec (code length 44) [MacMonoTest.exe]
Method System.SystemException:.ctor (string) emitted at 0x7a7108 to 0x7a7134
(code length 44) [MacMonoTest.exe]
Method System.Exception:.ctor (string) emitted at 0x7a7140 to 0x7a715b (code
length 27) [MacMonoTest.exe]
Method System.Exception:set_HResult (int) emitted at 0x7a7160 to 0x7a7171
(code length 17) [MacMonoTest.exe]
Method System.NullReferenceException:.ctor (string) emitted at 0x7a7178 to
0x7a71a1 (code length 41) [MacMonoTest.exe]
Method System.StackOverflowException:.ctor (string) emitted at 0x7a71a8 to
0x7a71c1 (code length 25) [MacMonoTest.exe]
Method (wrapper runtime-invoke)
MacMonoTest.Program:runtime_invoke_void_string[]
(object,intptr,intptr,intptr) emitted at 0x7a71c8 to 0x7a725d (code length
149) [MacMonoTest.exe]
Method MacMonoTest.Program:Main (string[]) emitted at 0x7a7260 to 0x7a7268
(code length 8) [MacMonoTest.exe]
Method (wrapper runtime-invoke) System.Object:runtime_invoke_void
(object,intptr,intptr,intptr) emitted at 0x7a7268 to 0x7a72fb (code length
147) [MacMonoTest.exe]
Method (wrapper runtime-invoke) System.Object:runtime_invoke_void
(object,intptr,intptr,intptr) emitted at 0x7a7300 to 0x7a738a (code length
138) [MacMonoTest.exe]
Method System.Threading.Thread:.cctor () emitted at 0x7a7398 to 0x7a73eb
(code length 83) [MacMonoTest.exe]
Method (wrapper managed-to-native)
System.Object:__icall_wrapper_mono_object_new_ptrfree (intptr) emitted at
0x7a73f8 to 0x7a7444 (code length 76) [MacMonoTest.exe]
Method System.Threading.Thread:Finalize () emitted at 0x7a7448 to 0x7a74a4
(code length 92) [MacMonoTest.exe]
Method System.IntPtr:op_Explicit (int) emitted at 0x7a74c8 to 0x7a74ec (code
length 36) [MacMonoTest.exe]
Method System.IntPtr:.ctor (int) emitted at 0x7a74f8 to 0x7a7508 (code
length 16) [MacMonoTest.exe]
Method (wrapper managed-to-native)
System.Threading.Thread:Thread_free_internal (intptr) emitted at 0x7a7508 to
0x7a7551 (code length 73) [MacMonoTest.exe]
Method System.Runtime.ConstrainedExecution.CriticalFinalizerObject:Finalize
() emitted at 0x7a7558 to 0x7a7582 (code length 42) [MacMonoTest.exe]
Method System.Object:Finalize () emitted at 0x7a7590 to 0x7a75ac (code
length 28) [MacMonoTest.exe]
Method System.Runtime.Remoting.Contexts.Context:.cctor () emitted at
0x7a75b8 to 0x7a75ea (code length 50) [MacMonoTest.exe]
Method (wrapper managed-to-native)
System.Object:__icall_wrapper_mono_object_new_fast (intptr) emitted at
0x7a75f8 to 0x7a7644 (code length 76) [MacMonoTest.exe]
Method System.Collections.Hashtable:.ctor () emitted at 0x7a7648 to 0x7a7668
(code length 32) [MacMonoTest.exe]
Method System.Collections.Hashtable:.cctor () emitted at 0x7a7680 to
0x7a76c1 (code length 65) [MacMonoTest.exe]
Method (wrapper managed-to-native)
System.Object:__icall_wrapper_mono_array_new_specific (intptr,int) emitted
at 0x7a76d0 to 0x7a771f (code length 79) [MacMonoTest.exe]
Method System.String:memcpy (byte*,byte*,int) emitted at 0x7a7720 to
0x7a77e0 (code length 192) [MacMonoTest.exe]
Method System.String:.cctor () emitted at 0x7a7808 to 0x7a7851 (code length
73) [MacMonoTest.exe]
Method System.String:memcpy4 (byte*,byte*,int) emitted at 0x7a7858 to
0x7a78c4 (code length 108) [MacMonoTest.exe]
Method System.Collections.Hashtable:.ctor (int,single) emitted at 0x7a78c8
to 0x7a78ee (code length 38) [MacMonoTest.exe]
Method System.Collections.Hashtable:.ctor
(int,single,System.Collections.IHashCodeProvider,System.Collections.IComparer)
emitted at 0x7a7908 to 0x7a7b39 (code length 561) [MacMonoTest.exe]
Method System.Single:IsNaN (single) emitted at 0x7a7b78 to 0x7a7b99 (code
length 33) [MacMonoTest.exe]
Method System.Collections.Hashtable:ToPrime (int) emitted at 0x7a7ba0 to
0x7a7c14 (code length 116) [MacMonoTest.exe]
Method System.Collections.Hashtable:SetTable
(System.Collections.Hashtable/Slot[],int[]) emitted at 0x7a7c20 to 0x7a7c8c
(code length 108) [MacMonoTest.exe]
Method System.Collections.Hashtable:AdjustThreshold () emitted at 0x7a7ca8
to 0x7a7cee (code length 70) [MacMonoTest.exe]
Method System.Runtime.Remoting.Contexts.Context:Finalize () emitted at
0x7a7cf0 to 0x7a7d1a (code length 42) [MacMonoTest.exe]

-- 
View this message in context: http://www.nabble.com/Getting-Started-Help-tp17440925p17488399.html
Sent from the Mono - OSX mailing list archive at Nabble.com.



More information about the Mono-osx mailing list