[Mono-list] system.drawing not built => gtk# menu not working

Joe Shaw joe@ximian.com
03 May 2002 15:35:29 -0400


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