Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!mimsy!kong!dealy From: dealy@kong.gsfc.nasa.gov (Brian Dealy - CSC) Newsgroups: comp.windows.x.motif Subject: Re: illegal pointer/int combination Message-ID: <1991May23.174036.4293@kong.gsfc.nasa.gov> Date: 23 May 91 17:40:36 GMT References: <1991May22.172108.3805@news.larc.nasa.gov> Sender: dealy@kong.gsfc.nasa.gov (Brian Dealy - CSC) Reply-To: dealy@kong.gsfc.nasa.gov (Brian Dealy - CSC) Distribution: na Organization: Goddard Space Flight Center Lines: 18 -- I have run across this myself in coding and now I generally look to see if I have included the header file for the Widget I am creating since this contains the prototype for the XmCreateMenuBar or whatever routine you are calling. try putting... #include at the top... the Motif Programmers reference lists which includes are needed on the pages describing the create rotuine you are using. Of course we dont all have those manuals... Brian dealy