Closed GoogleCodeExporter closed 9 years ago
Issue 8 has been merged into this issue.
Original comment by noah.hart@gmail.com
on 7 Aug 2009 at 4:09
Also [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
Original comment by noah.hart@gmail.com
on 7 Aug 2009 at 4:10
Removed GetLastError & FormatMessage dllImports; replaced with managed calls
Marshal.GetLastWin32Error() and System.ComponentModel.Win32Exception
Original comment by noah.hart@gmail.com
on 24 Aug 2009 at 1:22
Corrected Sastus
Original comment by noah.hart@gmail.com
on 24 Aug 2009 at 1:23
Original issue reported on code.google.com by
noah.hart@gmail.com
on 7 Aug 2009 at 4:05