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..
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
I think Emmanuel Stapf comment is the answer.