[Mono-winforms-list] monostub

Roderick Colenbrander thunderbird2k@gmx.net
Sat, 22 Mar 2003 13:52:53 +0100


Hi all,

The past few days I tried to get monostub working. I followed the steps found 
in previous mails which were posted to this list.

I'm using mono 0.23, Wine from cvs, the gc-wine dll and monostub from cvs. 
Every time I try to run monostub I get a long list looking like this:
Failure on complex float:t(0,16)=R3;8;0; at 3;8;0;
Unknown type 'R'
Failure on complex double:t(0,17)=R4;16;0; at 4;16;0;
Unknown type 'R'
Failure on complex long double:t(0,18)=R5;24;0; at 5;24;0;
....

In the winedbg is launched. After editing the source a bit, I found where the 
problem is. The problem appears when initializing the mono runtime. Does 
anyone know what can be the cause of this problem? I think it is related to 
GC, do I need a mono build with or without garbage collecting? (I'm running 
one without now I think)

Thanks,
Roderick Colenbrander