comp.lang.ada
 help / color / mirror / Atom feed
* System call
@ 1998-09-28  0:00 Adnan
  1998-09-30  0:00 ` Dale Stanbrough
  0 siblings, 1 reply; 9+ messages in thread
From: Adnan @ 1998-09-28  0:00 UTC (permalink / raw)


How do I use a Unix system call from an Ada program.

Thanx






^ permalink raw reply	[flat|nested] 9+ messages in thread
* system call
@ 2011-08-13 18:43 philippe.torgue
  2011-08-15 15:40 ` Adam Beneschan
  0 siblings, 1 reply; 9+ messages in thread
From: philippe.torgue @ 2011-08-13 18:43 UTC (permalink / raw)


Hello,

I have a program, the time of his execution, constructed images, in fact
files in PPM (P3, plain text mode)
In short, the program does not deal with the viewing of these images
(failing to find a library to do ...)

So I want to entrust this task to an external application (imview,
xview, qiv ... etc):

res = system ("imview out.ppm");

But each time this code is a new process
image viewer (here imview) that arises.

My application is waiting while I close imview to move to
the next iteration.

Well, now you have guessed the question for each passage on the line above,
I would like the external program (imview, qiv, xview ... whatever), load a new image

Regards!



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

end of thread, other threads:[~2011-08-16 17:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-28  0:00 System call Adnan
1998-09-30  0:00 ` Dale Stanbrough
  -- strict thread matches above, loose matches on Subject: below --
2011-08-13 18:43 system call philippe.torgue
2011-08-15 15:40 ` Adam Beneschan
2011-08-15 15:46   ` Adam Beneschan
2011-08-15 16:48     ` philippe.torgue
2011-08-15 19:37       ` anon
2011-08-16 17:18         ` philippe.torgue
2011-08-15 16:32   ` philippe.torgue

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