Fusing 2 vc2005 projects
I have 2 c++ projects/solutions made in VS2005 and I would like to fuse them in one program. I dont want to rewrite anything but make them communicate in some way (not over hdd or clipboard) and possibly to compile into one exe file. Is that possible?
Posted Sep 15, 2008, 11:45 AM
Bechir BejaouiPosted Sep 14, 2008, 10:05 AM
the two project from 1 solution that can be deployed later as a usinque product
In order to communacte between the two project you can add a reference for one to the other by selecting a project in the solution explorer and right clicking the given porject and adding a reference