How do I reference one VC++ project from another in the same project?

前端 未结 2 771
清酒与你
清酒与你 2021-01-22 18:07

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\'
Proj

2条回答
  •  遥遥无期
    2021-01-22 18:39

    All you need to do to use these functions is to change the projects dependencies.

    Right click on p2(or p1), select "Project Dependencies" Select p1(or p2) and include what you want to use. It's that simple.

提交回复
热议问题