Version
Polling
Compiling
To compile the example, you must compile two projects: client and server.
To compile the client project:
- Launch EiffelStudio.
- Click Add project
- Browse to $ISE_EIFFEL\examples\net\polling\client\.
- Choose polling_client.ecf
- Choose the location where the project will be compiled, by default the same directory containing the configuration file.
- Click OK.
To compile the server project:
- Launch EiffelStudio.
- Click Add project
- Browse to $ISE_EIFFEL\examples\net\polling\server\.
- Choose polling_server.ecf
- Choose the location where the project will be compiled, by default the same directory containing the configuration file.
- Click OK.
Back to EiffelNet Samples