Version
Advanced
Compiling
To compile the example, you must compile two projects: chat and join.
To compile the chat project:
- Launch EiffelStudio.
- Click Add project
- Browse to $ISE_EIFFEL\examples\net\advanced\chat\.
- Choose chat.ecf
- Choose the location where the project will be compiled, by default the same directory containing the configuration file.
- Click OK.
To compile the join project:
- Launch EiffelStudio.
- Click Add project
- Browse to $ISE_EIFFEL\examples\net\advanced\join\.
- Choose join.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