Compiling and Link Editing on Windows
To compile the Network application files (network.cpp and main.cpp), you must specify the path to the the Rogue Wave® Server include directory, the network include directory, and, optionally, the Visual C++ include directory, as follows:
cl <compiler options> /I %ILSHOME%\include /I . /I c:\DevStudio\Vc\Include ...
To perform link editing for the network application, the following libraries are required:
ilog.lib (Rogue Wave Views common library),
mvserver.lib (Rogue Wave ServerDynamic Views library),
server.lib (Rogue Wave Server library),
mvtcp.lib (Rogue Wave Server distribution library using MvTCP).
Version 5.7
Copyright © 2013, Rogue Wave Software, Inc. All Rights Reserved.