[Mono-dev] [PATCH] Use correct console code page on Windows (affects Linux as well)
Miguel de Icaza
miguel at ximian.com
Thu Jul 27 15:52:35 EDT 2006
Hello,
> As for advapi32.dll and ole32.dll I don't think that these hints are caused
> by my modifications.
This was caused because the P/Invoke libraries are listed as external
modules. The following patch fixes this, it avoids this by not loading
any external modules that are listed as P/Invokes, in that case we know
that the module is not a dll, but instead a native library.
This was also biting us with Windows.Forms that tried to load Win32
libraries and Cocoa libraries, system tried to load fam and gamin and a
few more.
Zoltan, any objections to this patch?
Miguel.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: loader.patch
Type: text/x-patch
Size: 2320 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060727/72f6f61f/attachment.bin
More information about the Mono-devel-list
mailing list