Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: question on Xt initiallization Message-ID: <8904261808.AA22700@expo.lcs.mit.edu> Date: 26 Apr 89 18:08:31 GMT References: <15664@bellcore.bellcore.com> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 16 > It compiles and runs just fine if I use the > XtInitialize() call, but when I try to expand that call into the > steps the > Toolkit manual recommends, I get core dumps. In section 2.1 of the R3 toolkit doc: "Before an application can call any of the Intrinsics functions, it must initialize the X Toolkit by using: XtToolkitInitialize XtCreateApplicationContext XtDisplayInitialize or XtOpenDisplay XtAppCreateShell" Did you forget the second one?