leonn
June 17th, 2002, 11:02 PM
Hi,
I am workin' on a application with three tier architecture. We have used VC++,C++,OLE, and stuff to bring up the application.Now,Have a small problem as under:
For all the user notifications/Error handling from the server,we send strings thru the communication channels to the frontend.Now, in the front end we check what string we have recieved and process accordingly.For this we had to put all the valid strings in a common header file and include it both in the frontend and the backend.This essentially henders the 3-tier architecture.
How best it can be modified such that we can remove that common header file.
Thanx in advance,
Leonn.
I am workin' on a application with three tier architecture. We have used VC++,C++,OLE, and stuff to bring up the application.Now,Have a small problem as under:
For all the user notifications/Error handling from the server,we send strings thru the communication channels to the frontend.Now, in the front end we check what string we have recieved and process accordingly.For this we had to put all the valid strings in a common header file and include it both in the frontend and the backend.This essentially henders the 3-tier architecture.
How best it can be modified such that we can remove that common header file.
Thanx in advance,
Leonn.