HowTo

article

How to get the output of a command using EiffelProcess

This is a quite basic but essential operation: Launch a command, and get its output in a string.

There are various solutions.

  • One is to redirect the output to a temporary file, and then read its content. But this is not convenient, since it require disk access, and you can not always hide the process.
article

EiffelVision 2 HowTo's

How do I set the size of an EV_PIXMAP?

Syndicate content