Board index » Visual Studio » VC++ Project Settings/Dependency issue

VC++ Project Settings/Dependency issue

Visual Studio284
I have 2 projects in a VC 6.0 workspace. One is a C++ static library.

The other is an executable that is dependent on the static lib. In the



Linker options for the executable, I have included the library name

into Object/library modules. In addition, I have given the executable

project a dependency on the static lib. However, when I modify the

static lib and batch build the projects, the executable will not

relink! Is there something I am missing here? Shouldn't it relink if

a dependency changed??


-
 

Re:VC++ Project Settings/Dependency issue

Make sure the executable project is the active project and that the

executable

depends on static lib and not the other way around.



Drew



"Eric" <silentwarrior1621@yahoo.com>wrote in message

Quote
I have 2 projects in a VC 6.0 workspace. One is a C++ static library.

The other is an executable that is dependent on the static lib. In the



Linker options for the executable, I have included the library name

into Object/library modules. In addition, I have given the executable

project a dependency on the static lib. However, when I modify the

static lib and batch build the projects, the executable will not

relink! Is there something I am missing here? Shouldn't it relink if

a dependency changed??







-