comp.lang.ada
 help / color / mirror / Atom feed
* Ada/X Windows Newbie Problem
@ 1996-10-09  0:00 Scott D. Curtis
  1996-10-09  0:00 ` David Emery
  1996-10-10  0:00 ` Jon S Anthony
  0 siblings, 2 replies; 4+ messages in thread
From: Scott D. Curtis @ 1996-10-09  0:00 UTC (permalink / raw)



Howdy!
   Can anyone suggest why the following statement is raising a STORAGE_ERROR:

   hWnd := Xt.Intrinsic.XtVaCreateManagedWidget(
              "pushme",
              Motif.Pushb.XmPushButtonWidgetClass_obj,
             parent,
            Stdarg.Empty & Motif.xmstrdefs.XmNlabelString & label & Nulst
        );

   where parent is of type Widget, label is of type Motif.Xm.XmString.

The (very simple program) has no recursive calls and the debugger
verifies that there is no stack overflow. Tracing back through the
calls made by this function, I believe that the underlying C function
in Xlib is failing with one of the pointer values but none of my
colleagues can spot it.

Regards,
   Scott D. Curtis





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1996-10-10  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-09  0:00 Ada/X Windows Newbie Problem Scott D. Curtis
1996-10-09  0:00 ` David Emery
1996-10-10  0:00 ` Jon S Anthony
1996-10-10  0:00   ` Robert Dewar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox