Lines Matching +full:runs +full:- +full:on
2 -------------------------------
4 This cross-platform project has been built with Windows Visual Studio 10 and
6 through command-line switches.
11 Windows-only at this time:
12 The client & server are double-ended. Both sides run a server and client to
14 line apps. The server runs until it's aborted (Ctl-C). The client connects to
15 the server, informs the server of its listening pipe/port, runs some more RPCs
20 Boost -- tested with Boost 1.47, other versions may work.
21 libthrift library -- build the library under "thrift/lib/cpp/"
22 thrift IDL compiler -- download from http://thrift.apache.org/download/
24 match the thrift source distribution's version. For instance, thrift-0.9.0
25 has a different directory structure than thrift-0.8.0 and the generated
34 ----------------------------------------
38 Open transport-sample.sln and...
39 Adapt the Boost paths for the client and server projects. Right-click on each project, select
41 Configuration Properties -> C/C++ -> General -> Additional Include Directories
42 Configuration Properties -> Linker -> General -> Additional Include Directories
48 server.exe -np test
49 client.exe -np test
53 ------------
60 server/server -np /tmp/test
61 client/client -np /tmp/test