The Advanced Sample
Compiling
To compile the example, you must compile to projects: chat
and join.
To compile the chat project:
- Launch EiffelStudio.
- Select Use existing Ace (control file) and click OK.
- Browse to Eiffel52\examples\net\advanced\chat\.
- Select Ace.unix.ace on Unix platforms.
- Choose the directory where the project will be compiled, by default the same directory containing the Ace file.
- Click OK.
To compile the join project:
- Launch EiffelBench.
- Select Use existing Ace (control file) and click OK.
- Browse to Eiffel52\examples\net\advanced\join\.
- Select Ace.unix.ace on Unix platforms.
- Choose the directory where the project will be compiled, by default the same directory containing the Ace file.
- Click OK.
Running
Under the Hood