简体   繁体   English

Visual Studio 6.0(VC ++参考问题)

[英]Visual studio 6.0 (VC++ reference issue)

I have the following workspace images of my project 我有以下项目的工作区图像
图片1
I would like to know what are the highlighted components in Workspace ? 我想知道Workspace中突出显示的组件是什么?
I tried to find out more about it by trying to access its properties but nothing was available. 我试图通过尝试访问它的属性来找到更多有关它的信息,但是没有可用的东西。 So I deleted them .But know if I try to build my VeCAD_EXE project I get unresolved external symbol errors for the methods defined in CAD_DLL project . 所以我删除了它们。但是知道如果我尝试构建我的VeCAD_EXE项目,对于CAD_DLL项目中定义的方法,我会得到unresolved external symbol错误。
I suppose it acted as some reference to my CAD_DLL project. 我想它充当了我的CAD_DLL项目的参考。
But I don't know how do I get those 2 components back again :(. 但是我不知道如何再次获得这两个组件:(。

Any views of how can I achieve this is highly appreciated. 我对如何实现此目标的任何看法均受到高度赞赏。

Those are the dependencies that should be built before building VECAD_EXE project. 这些是在构建VECAD_EXE项目之前应建立的依赖项。 Probably these project produce .lib/ .dll that must be linked with main project and because they are missing you receive linking error. 这些项目可能产生必须与主项目链接的.lib / .dll,由于缺少它们,您会收到链接错误。

To change dependencies for project go to Project -> Dependencies... menu. 要更改项目的依赖关系,请转到项目->依赖关系...菜单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM