Compiling the Application
From a command prompt, navigate to the HelloWorldExample directory, and build and run the example as described below.
The code generator creates makefiles for building the server and client code. To build the server from the command line using the makefiles, go to
Compiling Using the Makefile.
If you are on Windows, you can also build the server using the generated solution (
.sln) file, as described in
Compiling Using MSVC.
NOTE: Make sure that you have set up your environment as described in
Chapter 2, Setup in the
HydraExpress User Guide. On Windows, be sure you have set up your command window with the MSVC environment.