[Mono-osx] OSX vs Linux

Gavin Landon Gavin.Landon at ignitetech.com
Tue Dec 18 11:43:25 EST 2007


Thanks, the code works great..  

Yes, it's in a real program, I had the 
	[DllImport ("libc")]
	static extern int uname (IntPtr buf);
in the wrong place.  

I'm new to C# so I'm working double time to catch up.  New to C#, Unix,
and OSX so I have my work cut out for me.  I'm an old timer C++ guy
originally from C.

Thanks again.


-----Original Message-----
From: Miguel de Icaza [mailto:miguel at novell.com] 
Sent: Monday, December 17, 2007 7:40 PM
To: Gavin Landon
Cc: mono-osx at lists.ximian.com
Subject: RE: [Mono-osx] OSX vs Linux


> I'm receiving an error for uname on the code line:  
> static extern int uname (IntPtr buf);

The code was a snippet, you need to insert that into a real program.



More information about the Mono-osx mailing list