[Mono-list] forms

cryst cryst@golden.net
Thu, 14 Aug 2003 13:48:24 -0400


I realize that forms are in heavy development/flux now, so I was going
through the code to see how it all fit together. Tell me if I've got it
right.

User Program        // Interpreted byte code or JIT (C# or basic# (?)
origin)
 |
\/
C# interface code    // Interperted or JIT,    things here are widgets,
forms, etc.
 |
\/
Mono                // binary compiled c code, things here are low level
fuctions. GDC handles.
 |
\/
wine    or gtk    // binary execution of low level functions
 |
 \/
OS    // binary execution