[Mono-list] ikvmc java and gmsc

Jonathan Pryor jonpryor at vt.edu
Mon Dec 5 08:38:38 EST 2005


On Mon, 2005-12-05 at 13:40 +0100, Johan Holmgren wrote:
> Thanks for your answer. 
> Sorry for my late response, a computer crash prevented me from
> answering earlier.
> 
> When I type monodis --typedef Test.dll I get the following output:
> 
> Typedef Table
> 1: <Module> (flist=1, mlist=1, flags=0x0, extends=0x0)
> 
> 
> Test.java is not included in any java package. Maybe this has to do
> with my problem.

I wouldn't think that Test.java would need to be in any package.  What's
more worrying is that Test.dll doesn't contain any actual types --
<Module> isn't a type that you can actually create.  (I don't know what
it is exactly, but it appears to be compiler- or runtime-generated and
is present in all assemblies.)

 - Jon




More information about the Mono-list mailing list