[Mono-list] Unknown heap?? (S.W.F.)

Paolo Molaro lupus@ximian.com
Tue, 26 Nov 2002 15:11:01 +0100


On 11/25/02 François-Denis Gonthier wrote:
> Hacking System.Windows.Forms.dll I've got this message while compiling in
> Linux:
> 
> ** Message: Unknown heap type: #-
[...]
> My code compiles just fine, no warnings.  Chances are that it's related to
> Mono _and_ Wine so I'm not really sure how I could do a simpler test case.
> You will also get that error trying to run an app with current S.W.F. CVS.
> 
> ... any clues?  Shall I post a bugzilla?

#- is a format of the metadata tables that is not documented, it is
produced in some cases by the ms compilers. Tell the compilers to
produce ECMA-compliant binaries (disabling debug mode or whatever is
needed). Or you can study the format and add support to the mono
metadata loader:-)

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better