Click here to Skip to main content
16,015,583 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all...
I m using VC++ 2008 for my project to develop an interoperability software. I have a blueprint to create frontend. How can I integrate frontend with backend?? Is it possible that values given in frontend text/combo boxes will be taken in backend??
Kindly help...
Posted
Comments
[no name] 27-Aug-12 6:58am    
The answer to your vague not-a-question is that you write code to do this. How would you expect anyone to answer this without knowing anything about your project?
bbirajdar 27-Aug-12 9:52am    
+5 .. As far as I know, integrating front end with backend requires to write the code... A copy paste is not enough...

1 solution

Typically your back end lives in dlls which your front end project consumes. They can talk directly or via COM.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900