Path: utzoo!news-server.csri.toronto.edu!rutgers!sun-barr!decwrl!pa.dec.com!src.dec.com!src.dec.com!muller From: muller@src.dec.com (Eric Muller) Newsgroups: comp.lang.modula3 Subject: Re: X11R4 interface ? Keywords: Xt <> m2/3 Message-ID: <1991Mar11.115612.13929@src.dec.com> Date: 11 Mar 91 19:56:12 GMT References: Sender: news@src.dec.com (News) Reply-To: muller@src.dec.com (Eric Muller) Organization: DEC Systems Research Center Lines: 14 In article , Henrik Klagges asks: > I wonder wether anyone has written some wrappers for Xlib/Xt. SRC Modula-3 provides the libm3X{11,t,aw}.a libraries that contain binding interfaces to X11R4. Using a standard installation, just import the appropriate interfaces in your program (see $(PREFIX)/lib/m3/X*); no need to mention the search path for the interfaces, they are built in the driver. To link you program, add the appropriate subset of "-lm3Xaw -lm3Xt -lm3X11"; the driver knows where to find these libraries. -- Eric.