On Fri, 2002-05-03 at 12:46, Guenther Roith wrote: > The system.drawing is not built currently. > I think a few days ago it worked. > The menu example seems to need the drawing api. > > Has anyone a binary for me, that I can enjoy gtk# menu.exe?
System.Drawing is in its own assembly, so you need to specify it on the compiler command-line. Are you using "-r System.Drawing" (with mcs... I think it's "/r:System.Drawing" with csc)? Joe _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
