askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Use of DllImport for FormatMessageA prevents running under Silverlight #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[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

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 7 Aug 2009 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 7 Aug 2009 at 4:09