Compiling instructions for center system ---------------------------------------- NOTE: for compiling the source code you should have Microsoft VC++ 6.0 (or higher) 1. Unzip center_code.zip to some folder 2. The folder should contain the following files: a. server's source code: agentlist.h handleclient.h log.h protocol.h refcount.h RefCountBuffer.h server.h servererror.h SyncObj.h agentlist.cpp handleclient.cpp log.cpp main.cpp RefCountBuffer.cpp server.cpp servererror.cpp b. server's workspace files (for Microsoft VC++ 6.0): server.dsw server.dsp c. ini.txt d. readme.txt e. this file 3. Double click on server.dsw 4. Select "build server.exe" from "build" menu in VC++. This should make an executable server.exe 5. Follow the instructions in readme.txt in order to use server.