[DllImport( "kernel32.dll", SetLastError = true )]
static extern int FormatMessageA( int dwFlags, ref object lpSource,
int dwMessageId, int dwLanguageId, string lpBuffer,
int nSize, ref int Arguments );
in referenced in os_win_c.cs and used by getLastErrorMsg
This prevents fulling running under Silverlight
Original issue reported on code.google.com by noah.hart@gmail.com on 7 Aug 2009 at 4:03
Original issue reported on code.google.com by
noah.hart@gmail.com
on 7 Aug 2009 at 4:03