mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
Author:admin
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[[Property:title|Advanced]]
|
||||
[[Property:weight|0]]
|
||||
==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'''.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[[Property:title|EiffelNet Samples]]
|
||||
[[Property:weight|2]]
|
||||
=Description=
|
||||
|
||||
Here is a set of five examples written thanks to the EiffelNet library to show some basic applications. Two of them rely on specific code to Unix Operating systems and consequently could not be run under Windows.
|
||||
* [[Advanced|Advanced]] : for Unix Operating systems.
|
||||
* [[Polling|Polling]]
|
||||
* [[Predef|Predef]]
|
||||
* [[Same Machine|Same mach]] : for Unix Operating systems.
|
||||
* [[Two Machines|Two mach]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
[[Property:title|Polling]]
|
||||
[[Property:weight|1]]
|
||||
==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'''.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
[[Property:title|Predef]]
|
||||
[[Property:weight|2]]
|
||||
==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\predef\client\''.
|
||||
* Choose ''our_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\predef\server\''.
|
||||
* Choose ''our_server.ecf''
|
||||
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
|
||||
* Click '''OK'''.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
[[Property:title|Same Machine]]
|
||||
[[Property:weight|3]]
|
||||
==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\same_mach\client\''.
|
||||
* Choose ''our_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\same_mach\server\''.
|
||||
* Choose ''our_server.ecf''
|
||||
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
|
||||
* Click '''OK'''.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
[[Property:title|Two Machines]]
|
||||
[[Property:weight|4]]
|
||||
==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\two_mach\client\''.
|
||||
* Choose ''our_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\two_mach\server\''.
|
||||
* Choose ''our_server.ecf''
|
||||
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
|
||||
* Click '''OK'''.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user