Do you have experience with J#? I downloaded it but it doesn't work with my version of Visual Studio .NET. I was wondering, does J# support delegates? If so, old code can interact with them? i.e.: passing a delegate to a event listener.
Just wondering.
Thank you!
On Sat, 2003-02-15 at 06:50, Christian.Buchner wrote:
Hi. I just experimented running an assembly created with Microsoft Visual J# with the Mono JIT. Microsoft Visual J# produces MSIL from Java source, targeting the runtime (and it's a FREE addon to Visual Studio!). My hope was that I could replace a broken C# class with with a version Java that has less bugs. ;) The bad news: Mono virtually "exploded". I do know that some stuff regarding metadata in assemblies is not yet implemented. But the following looks like a serious parsing problem that ends up reporting weird binary stuff with the potential to even crash (or create buffer overflows). D:\dev\JSBZip2>mono bin\debug\JSBZip2.exe ..\LogTest\windowsmedia_20030131.bz2 ** Message: Unknown heap type: ** Message: Unknown heap type: trings ** Message: Unknown heap type: ** Message: Unknown heap type: ** Message: Unknown heap type: ** Message: Unknown heap type: lob ... ** Message: [Invalid UTF-8] Unknown heap type: ??¶?????(?1?<?T?Y?^?c?h??Ç There's plenty of binary characters being reported in the Unknown Heap Type messages as well. I can provide a full ILDASM /ALL dump of that assembly on request. Christian _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
|
-- Pablo Baena <[EMAIL PROTECTED]> |
