Re: VC++ Project Settings/Dependency issue

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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@xxxxxxxxx> wrote in message
news:1141310980.894619.257140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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??



.



Relevant Pages

  • VC++ 6.0 Project Settings question
    ... The other is an executable that is dependent on the static lib. ... into Object/library modules. ... project a dependency on the static lib. ... Shouldn't it relink if ...
    (microsoft.public.vc.language)
  • VC++ Project Settings/Dependency issue
    ... I have 2 projects in a VC 6.0 workspace. ... The other is an executable that is dependent on the static lib. ... project a dependency on the static lib. ... Shouldn't it relink if ...
    (microsoft.public.vc.language)