Re: [SharpOS Developers] Merging Korlib with mono mscorlib

2008-03-21 Thread grover
urceforge.net Betreff: Re: [SharpOS Developers] Merging Korlib with mono mscorlib On Fri, Mar 21, 2008 at 11:23 PM, grover <[EMAIL PROTECTED]> wrote: > I've been tinkering with monos corlib the last couple of days. I've > built a small tool to dump all unmanaged method references

Re: [SharpOS Developers] Merging Korlib with mono mscorlib

2008-03-21 Thread Stanisław Pitucha
On Fri, Mar 21, 2008 at 11:23 PM, grover <[EMAIL PROTECTED]> wrote: > I've been tinkering with monos corlib the last couple of days. I've built a > small tool to dump all unmanaged method references (as fully working C# It's been done (more or less the same idea): http://www.sharpos.org/redmine/r

[SharpOS Developers] Merging Korlib with mono mscorlib

2008-03-21 Thread grover
Hello All, I've been tinkering with monos corlib the last couple of days. I've built a small tool to dump all unmanaged method references (as fully working C# source files throwing System.NotImplementedException) from Mono and to merge replacements with the mono library (actually any IL DLL for th