Compiling Chatter-jee


Compiling the Server

Unzip user.zip into a directory on your hard disk
Open Visual C++ and open the file User.dsp
Press F7 key to compile the project. This will create User.dll and User.lib files in Release subdirectory under the directory where you have copied the extracted User.zip files.

Unzip server.zip into another directory on your hard disk
Open file MessengerServer.dsp in VC++.
Create a directory called Release under the directory where you have extracted the files
Copy files User.dll and User.lib into this directory
Press F7 to compile and build the server file i.e. Chatter-jeeServer.exe
Now your server is ready to run. But before running it, you need to set the database references correct and to set the configuration
How to do this is described here

Compiling the Client

Unzip client.zip into another directory on your hard disk
Open file MessengerClient.dsp in VC++.
Press F7 to compile and build the client file i.e. Chatter-jee.exe
Now your client is ready to run. But before running it, you need to set the configuration
How to do this is described here

Back to the Home page         Back to the Free Software page