comp.lang.ada
 help / color / mirror / Atom feed
* Elaboration in Detached Process
@ 2003-06-05 16:05 Frank Mattison
  2003-06-05 16:52 ` Elaboration in Detached Process (Ada83 on VMS) Larry Kilgallen
  2003-06-05 18:18 ` Elaboration in Detached Process Stephen Leake
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Mattison @ 2003-06-05 16:05 UTC (permalink / raw)


Has anyone experienced this problem, when running Ada 83 (OpenVMS)
detached?

In the following example Data_Ptr initializes correctly when running
as an interactive process.  But when running as a detached process,
this initialization raises an exception when the procedure is called:

procedure XYZ(Data_Format : in Data_Formats) is
   Data_Ptr : Data_Ptrs := new Data_Types(Data_Format);
begin
      ...

There are other cases where the elaboration seems to fail when the
process is switched to detached.  Does anyone have a suggestion as to
how to handle this?

Thanks,

Frank Mattison



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

end of thread, other threads:[~2003-06-05 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-05 16:05 Elaboration in Detached Process Frank Mattison
2003-06-05 16:52 ` Elaboration in Detached Process (Ada83 on VMS) Larry Kilgallen
2003-06-05 18:18 ` Elaboration in Detached Process Stephen Leake

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