0

Is there any alternative to EV_TIMEOUT in Eiffel? this looks like is only for windows application since there is not option to add this library into the project..

thanks in advance >)

Jorge Y. C. Rodriguez
  • 3,394
  • 5
  • 38
  • 61
  • Are you interested in performing the same sequence of steps in a console application or in a GUI application on a non-Windows platform? – Alexander Kogtenkov Dec 02 '13 at 18:34
  • In a GUI application. (any difference from doing so in a console application while testing?) :) wow thanks for the reply @kwaxer – Jorge Y. C. Rodriguez Dec 02 '13 at 18:46
  • 2
    EV_TIMEOUT is part of the EiffelVision library, the portable graphical library for Eiffel. So you just need to include the EiffelVision library to your project and you will have access to this class. – Emmanuel Stapf Dec 03 '13 at 00:17

1 Answers1

0

I think Emmanuel Stapf comment is the answer.

EV_TIMEOUT is part of the EiffelVision library, the portable graphical library for Eiffel. So you just need to include the EiffelVision library to your project and you will have access to this class

Jocelyn
  • 693
  • 5
  • 8