How do I reference one VC++ project from another in the same project?
问题 I am new to Visual Studio. Need your help with the following. Visual Studio 2005, VC++ 1 solution has 2 projects. Lets call the solution as 'solution' Project 1 is named 'p1' and project 2 is called 'p2' Do I need to export functions and classes from 'p1' so that I can use them by importing in 'p2'? What if I simply include the header files and then use the functions by calling them straight away? Thanks, viren 回答1: If I remember correctly (haven't used C++ for a while), there were two