2000 CRPD Server
HOME

R&D

COMPONENTS
a. MFC C++ Server
b. Visual Basic Client
c. C++ Client
d. DB2

SERVER
part 1
part 2
part 3

VB CLIENT
part 1
part 2
part 3

C++ CLIENT
part 1
part 2
part 3


00CRPDserver01.jpg (6813 bytes)

This was our first Windows Server project using MFC classses to build a server using MS Visual C++.

The server uses the CSocket and CAsyncSocket classes as typical of standard servers using Microsoft Foundation Classes.

This is a 2-tier Client-Server Solution that uses DB2 as the RDBMS database server.

The Clients are written in MS Visual Basic.

We found in this project that MFC still uses WinSock 1.1

The typical textbook C++ client does not work, as it requires the correct network byte ordering, which we solved later.

Our clients cannot be revealed at this moment, since the project is still functional, and our marketting channels wish to remain anonymous. This is a banking software.

 

09/04/01

Feedback/Enquiries

Email: zhiq@pc.jaring.my

Previous      Next