----- Original Message ----- From: "Darren" Newsgroups: comp.lang.ada To: Sent: May 17, 2002 4:52 AM Subject: Whats wrong with my Callbacks? > Could anybody tell me why this isnt working? > If you add a delay statement (e.g. delay 10.0;) as the last statement in your main program, the program will continue to run until the delay expires. Without the delay, the main program immediately terminates, causing procedure P to no longer exist; However, in the attachments, I show a better way; > /D > > > ------------------------------------------------------------------------------ -- > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >